toggle menu
adyen-android
androidJvm
switch theme
search in API
components-core
/
com.adyen.checkout.components.core.paymentmethod
/
PayByBankUSPaymentMethod
Pay
By
Bank
USPayment
Method
class
PayByBankUSPaymentMethod
(
var
type
:
String
?
,
var
checkoutAttemptId
:
String
?
,
var
storedPaymentMethodId
:
String
?
=
null
)
:
PaymentMethodDetails
Members
Constructors
Pay
By
Bank
USPayment
Method
Link copied to clipboard
constructor
(
type
:
String
?
,
checkoutAttemptId
:
String
?
,
storedPaymentMethodId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
checkout
Attempt
Id
Link copied to clipboard
open
override
var
checkoutAttemptId
:
String
?
stored
Payment
Method
Id
Link copied to clipboard
var
storedPaymentMethodId
:
String
?
type
Link copied to clipboard
open
override
var
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
)