GetRecurringPaymentDetailData

@Serializable
data class GetRecurringPaymentDetailData(val accountNumber: Int? = null, val bankNumber: Int? = null, val checkNumber: Int? = null, val id: Long? = null, val paymentType: GetRecurringPaymentType? = null, val receiptNumber: Int? = null, val routingCode: Int? = null)

Parameters

accountNumber
bankNumber
checkNumber
id
paymentType
receiptNumber
routingCode

Constructors

Link copied to clipboard
constructor(accountNumber: Int? = null, bankNumber: Int? = null, checkNumber: Int? = null, id: Long? = null, paymentType: GetRecurringPaymentType? = null, receiptNumber: Int? = null, routingCode: Int? = null)

Properties

Link copied to clipboard
val accountNumber: Int? = null
Link copied to clipboard
val bankNumber: Int? = null
Link copied to clipboard
val checkNumber: Int? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
val receiptNumber: Int? = null
Link copied to clipboard
val routingCode: Int? = null