CardDetailsFundingSourceEnum class

Inheritance
  • Object
  • EnumClass
  • CardDetailsFundingSourceEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<CardDetailsFundingSourceEnum>
no setter
values → BuiltSet<CardDetailsFundingSourceEnum>
no setter

Static Methods

valueOf(String name) CardDetailsFundingSourceEnum

Constants

credit → const CardDetailsFundingSourceEnum
The funding source that should be used when multiple sources are available. For Brazilian combo cards, by default the funding source is credit. To use debit, set this value to debit.
debit → const CardDetailsFundingSourceEnum
The funding source that should be used when multiple sources are available. For Brazilian combo cards, by default the funding source is credit. To use debit, set this value to debit.
prepaid → const CardDetailsFundingSourceEnum
The funding source that should be used when multiple sources are available. For Brazilian combo cards, by default the funding source is credit. To use debit, set this value to debit.
unknownDefaultOpenApi → const CardDetailsFundingSourceEnum
The funding source that should be used when multiple sources are available. For Brazilian combo cards, by default the funding source is credit. To use debit, set this value to debit.