Braintree.CreditCard (Braintree v0.12.0)
CreditCard structs are not created directly, but are built within
responsees from other endpoints, such as Braintree.Customer.
Link to this section Summary
Link to this section Types
Specs
t() :: %Braintree.CreditCard{
billing_address: Braintree.Address.t(),
bin: String.t(),
card_type: String.t(),
cardholder_name: String.t(),
commercial: String.t(),
country_of_issuance: String.t(),
created_at: String.t(),
customer_id: String.t(),
customer_location: String.t(),
debit: String.t(),
default: String.t(),
durbin_regulated: String.t(),
expiration_month: String.t(),
expiration_year: String.t(),
expired: String.t(),
healthcare: String.t(),
image_url: String.t(),
issuing_bank: String.t(),
last_4: String.t(),
payroll: String.t(),
prepaid: String.t(),
subscriptions: [any()],
token: String.t(),
unique_number_identifier: String.t(),
updated_at: String.t(),
venmo_sdk: boolean(),
verifications: [any()]
}
Link to this section Functions
Link to this function