Payment Source
Represents a source of payment for a transaction.
This data class can encapsulate various payment methods such as CreditCard or GooglePay.
Constructors
Link copied to clipboard
constructor(paymentMethod: String? = null, creditCard: CreditCard? = null, googlePay: GooglePay? = null)
Public constructor to initialize a PaymentSource with the supported public payment methods.