stripe-android
payments-model
/
com.stripe.android.model
/
CardFunding
Card
Funding
enum
CardFunding
:
Enum
<
CardFunding
>
Content copied to clipboard
Entries
Types
Properties
Entries
Unknown
Link copied to clipboard
Unknown
(
"unknown"
)
Content copied to clipboard
Prepaid
Link copied to clipboard
Prepaid
(
"prepaid"
)
Content copied to clipboard
Debit
Link copied to clipboard
Debit
(
"debit"
)
Content copied to clipboard
Credit
Link copied to clipboard
Credit
(
"credit"
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
object
Companion
Content copied to clipboard
Properties
code
Link copied to clipboard
@get:
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
val
code
:
String
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard