1
data class PrimerPaymentMethodData(val paymentMethodType: String)
kotlin
copy
Properties
paymentMethodType
StringRequiredA unique string identifier for the payment method. (e.g. PAYPAL
, GOOGLE_PAY
)
1
data class PrimerPaymentMethodData(val paymentMethodType: String)
A unique string identifier for the payment method. (e.g. PAYPAL
, GOOGLE_PAY
)