toggle menu
stripe-android
androidJvm
switch theme
search in API
paymentsheet
/
com.stripe.android.paymentsheet
/
PaymentSheet
/
ShopPayConfiguration
/
DeliveryEstimate
/
Range
Range
class
Range
(
val
maximum
:
PaymentSheet.ShopPayConfiguration.DeliveryEstimate.DeliveryEstimateUnit
?
,
val
minimum
:
PaymentSheet.ShopPayConfiguration.DeliveryEstimate.DeliveryEstimateUnit
?
)
:
PaymentSheet.ShopPayConfiguration.DeliveryEstimate
Members
Constructors
Range
Link copied to clipboard
constructor
(
maximum
:
PaymentSheet.ShopPayConfiguration.DeliveryEstimate.DeliveryEstimateUnit
?
,
minimum
:
PaymentSheet.ShopPayConfiguration.DeliveryEstimate.DeliveryEstimateUnit
?
)
Properties
maximum
Link copied to clipboard
val
maximum
:
PaymentSheet.ShopPayConfiguration.DeliveryEstimate.DeliveryEstimateUnit
?
minimum
Link copied to clipboard
val
minimum
:
PaymentSheet.ShopPayConfiguration.DeliveryEstimate.DeliveryEstimateUnit
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)