NoahBankToAddressRelatedPaymentMethod

data class NoahBankToAddressRelatedPaymentMethod(val paymentMethodId: String, val paymentMethodType: String, val fee: NoahFeeDetails, val details: NoahBankToAddressRelatedPaymentMethodDetails? = null)

Related payment method tied to bank-to-address payin instructions.

Constructors

Link copied to clipboard
constructor(paymentMethodId: String, paymentMethodType: String, fee: NoahFeeDetails, details: NoahBankToAddressRelatedPaymentMethodDetails? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard