stripe-android
payments-model
/
com.stripe.android.model
/
CardBrand
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Properties
Functions
from
Card
Number
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
fun
fromCardNumber
(
cardNumber
:
String
?
)
:
CardBrand
Content copied to clipboard
from
Code
Link copied to clipboard
fun
fromCode
(
code
:
String
?
)
:
CardBrand
Content copied to clipboard
get
Card
Brands
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
fun
getCardBrands
(
cardNumber
:
String
?
)
:
List
<
CardBrand
>
Content copied to clipboard
Properties
ordered
Brands
Link copied to clipboard
val
orderedBrands
:
List
<
CardBrand
>
Content copied to clipboard