NoahBankDetails

data class NoahBankDetails(val paymentMethodId: String, val paymentMethodType: String, val accountNumber: String, val cryptoCurrency: String, val network: String, val fee: NoahFeeDetails, val accountHolderName: String? = null, val bankCode: String? = null, val bankName: String? = null, val bankAddress: NoahBankAddress? = null, val reference: String? = null, val relatedPaymentMethods: List<NoahBankToAddressRelatedPaymentMethod>? = null)

Bank details returned by NoahInitiatePayinResponse used to fund the payin.

Constructors

Link copied to clipboard
constructor(paymentMethodId: String, paymentMethodType: String, accountNumber: String, cryptoCurrency: String, network: String, fee: NoahFeeDetails, accountHolderName: String? = null, bankCode: String? = null, bankName: String? = null, bankAddress: NoahBankAddress? = null, reference: String? = null, relatedPaymentMethods: List<NoahBankToAddressRelatedPaymentMethod>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val bankCode: String? = null
Link copied to clipboard
val bankName: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val reference: String? = null