toggle menu
adyen-android
androidJvm
switch theme
search in API
components-core
/
com.adyen.checkout.components.core.internal.data.model
/
OrderPaymentMethod
Order
Payment
Method
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
OrderPaymentMethod
(
val
type
:
String
,
val
amount
:
Amount
?
,
val
lastFour
:
String
,
val
transactionLimit
:
Amount
?
)
:
ModelObject
Members
Constructors
Order
Payment
Method
Link copied to clipboard
constructor
(
type
:
String
,
amount
:
Amount
?
,
lastFour
:
String
,
transactionLimit
:
Amount
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
amount
Link copied to clipboard
val
amount
:
Amount
?
last
Four
Link copied to clipboard
val
lastFour
:
String
transaction
Limit
Link copied to clipboard
val
transactionLimit
:
Amount
?
type
Link copied to clipboard
val
type
:
String
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)