toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android.model
/
ShippingMethod
/
ShippingMethod
Shipping
Method
@
JvmOverloads
constructor
(
label
:
String
,
identifier
:
String
,
amount
:
Long
,
@
Size
(
min
=
0
,
max
=
3
)
currencyCode
:
String
,
detail
:
String
?
=
null
)
@
JvmOverloads
constructor
(
label
:
String
,
identifier
:
String
,
amount
:
Long
,
currency
:
Currency
,
detail
:
String
?
=
null
)