NoahChannelPaymentMethodDisplay

data class NoahChannelPaymentMethodDisplay(val id: String, val paymentMethodType: String, val details: NoahPaymentMethodDisplayDetails, val accountHolderDetails: NoahAccountHolderDetails? = null, val issuerDetails: NoahIssuerDetails? = null)

Display payload for a recent payment method attached to a channel.

Constructors

Link copied to clipboard
constructor(id: String, paymentMethodType: String, details: NoahPaymentMethodDisplayDetails, accountHolderDetails: NoahAccountHolderDetails? = null, issuerDetails: NoahIssuerDetails? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard