AdvancedPaymentData

@Serializable
data class AdvancedPaymentData(val futureInstallmentAllocationRule: String? = null, val paymentAllocationOrder: List<PaymentAllocationOrder>? = null, val transactionType: String? = null)

Parameters

futureInstallmentAllocationRule
paymentAllocationOrder
transactionType

Constructors

Link copied to clipboard
constructor(futureInstallmentAllocationRule: String? = null, paymentAllocationOrder: List<PaymentAllocationOrder>? = null, transactionType: String? = null)

Properties

Link copied to clipboard
val transactionType: String? = null