Current section
Files
Jump to
Current section
Files
lib/stripe_client/delete_response.ex
defmodule StripeClient.DeleteResponse do
defstruct [:id, :deleted]
@type t :: %StripeClient.DeleteResponse{id: String.t, deleted: boolean}
end