DeletedCard
Summary
Types
@type t() :: %Stripe.Resources.DeletedCard{ currency: term(), deleted: term(), id: term(), object: term() }
currency- Three-letter ISO code for the currency paid out to the bank account. Max length: 5000. Nullable.deleted- Always true for a deleted object Possible values:true.id- Unique identifier for the object. Max length: 5000.object- String representing the object's type. Objects of the same type share the same value. Possible values:card.