ExternalTransferData

@Serializable
data class ExternalTransferData(val details: ExternalTransferDataDetails? = null, val effectiveFrom: LocalDate? = null, val effectiveTo: LocalDate? = null, val loan: ExternalTransferLoanData? = null, val owner: ExternalTransferOwnerData? = null, val purchasePriceRatio: String? = null, val settlementDate: LocalDate? = null, val status: ExternalTransferData.Status? = null, val subStatus: ExternalTransferData.SubStatus? = null, val transferExternalId: String? = null, val transferId: Long? = null)

Parameters

details
effectiveFrom
effectiveTo
loan
owner
purchasePriceRatio
settlementDate
status
subStatus
transferExternalId
transferId

Constructors

Link copied to clipboard
constructor(details: ExternalTransferDataDetails? = null, effectiveFrom: LocalDate? = null, effectiveTo: LocalDate? = null, loan: ExternalTransferLoanData? = null, owner: ExternalTransferOwnerData? = null, purchasePriceRatio: String? = null, settlementDate: LocalDate? = null, status: ExternalTransferData.Status? = null, subStatus: ExternalTransferData.SubStatus? = null, transferExternalId: String? = null, transferId: Long? = null)

Types

Link copied to clipboard

Values: ACTIVE,DECLINED,PENDING,BUYBACK,CANCELLED

Link copied to clipboard

Values: BALANCE_ZERO,BALANCE_NEGATIVE,SAMEDAY_TRANSFERS,USER_REQUESTED,UNSOLD

Properties

Link copied to clipboard
Link copied to clipboard
val effectiveFrom: LocalDate? = null
Link copied to clipboard
val effectiveTo: LocalDate? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val settlementDate: LocalDate? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val transferId: Long? = null