ConsumerPaymentDetails
Types
Link copied to clipboard
data class BankAccount( val id: String, val isDefault: Boolean, val bankIconCode: String?, val bankName: String, val last4: String) : ConsumerPaymentDetails.PaymentDetails
Content copied to clipboard
Link copied to clipboard