KOTLIN
data class PrimerPaymentMethodData(val paymentMethodType: String)
Properties
Hide child attributes
Hide child attributes
A unique string identifier for the payment method. (e.g.
PAYPAL, GOOGLE_PAY)data class PrimerPaymentMethodData(val paymentMethodType: String)
Hide child attributes
PAYPAL, GOOGLE_PAY)