InstallmentPaymentKind

data class InstallmentPaymentKind(val installmentPayment: InstallmentPayment, val channels: List<PaymentChannel>)

Class responsible for storing information about payment channels available for installmentPayment kind.

Constructors

Link copied to clipboard
fun InstallmentPaymentKind(installmentPayment: InstallmentPayment, channels: List<PaymentChannel>)

Properties

Link copied to clipboard