terminalsdk
external
/
com.stripe.stripeterminal.external.models
/
PaymentMethodUnion
/
Expanded
Expanded
data
class
Expanded
(
paymentMethod
:
PaymentMethod
)
:
PaymentMethodUnion
Content copied to clipboard
Container for the expanded PaymentMethod object.
Constructors
Functions
Properties
Constructors
Expanded
Link copied to clipboard
fun
Expanded
(
paymentMethod
:
PaymentMethod
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
id
Link copied to clipboard
@
Transient
open
override
val
id
:
String
Content copied to clipboard
ID of the PaymentMethod.
paymentMethod
Link copied to clipboard
val
paymentMethod
:
PaymentMethod
Content copied to clipboard