BulkPaymentPaylinkEntryResponse
public struct BulkPaymentPaylinkEntryResponse : Codable
-
It is the account that will receive the payment.
Declaration
Swift
public let creditorAccount: PayByBankAccountResponse?
-
Payment amount in decimal format.
Declaration
Swift
public let amount: Decimal?
-
Payment reference that will be displayed on the bank statement. 18 characters MAX.
Declaration
Swift
public let reference: String?
-
Must be set to a date/time in GMT+0 in ISO 8601 format.
Declaration
Swift
public let scheduledFor: Date?
-
Free text field for any client reference usage.
Declaration
Swift
public let clientReferenceID: String?
-
Declaration
Swift
public init(creditorAccount: PayByBankAccountResponse?, amount: Decimal?, reference: String?, scheduledFor: Date?, clientReferenceID: String?)