toggle menu
adyen-android
androidJvm
switch theme
search in API
components-core
/
com.adyen.checkout.components.core.paymentmethod
/
UPIPaymentMethod
UPIPayment
Method
data
class
UPIPaymentMethod
(
var
type
:
String
?
,
var
checkoutAttemptId
:
String
?
,
var
virtualPaymentAddress
:
String
?
,
var
appId
:
String
?
)
:
PaymentMethodDetails
Members
Constructors
UPIPayment
Method
Link copied to clipboard
constructor
(
type
:
String
?
,
checkoutAttemptId
:
String
?
,
virtualPaymentAddress
:
String
?
,
appId
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
app
Id
Link copied to clipboard
var
appId
:
String
?
checkout
Attempt
Id
Link copied to clipboard
open
override
var
checkoutAttemptId
:
String
?
type
Link copied to clipboard
open
override
var
type
:
String
?
virtual
Payment
Address
Link copied to clipboard
var
virtualPaymentAddress
:
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
)