PaymentAllocationOrder

@Serializable
data class PaymentAllocationOrder(val order: Int? = null, val paymentAllocationRule: String? = null)

Parameters

order
paymentAllocationRule

Constructors

Link copied to clipboard
constructor(order: Int? = null, paymentAllocationRule: String? = null)

Properties

Link copied to clipboard
val order: Int? = null
Link copied to clipboard