BulkPaymentOptionsResponse
public struct BulkPaymentOptionsResponse : Codable
Options which are about payment for Bulk Payment Paylink.
-
Defines the schedule date for the payment in ISO 8601 format.
Declaration
Swift
public let scheduledFor: Date?
-
Gets or sets the bulk payment rails.
Declaration
Swift
public let paymentRails: String?
-
Creates an instance from the specified parameters.
Declaration
Swift
public init(scheduledFor: Date?, paymentRails: String?)
Parameters
scheduledFor
Defines the schedule date for the payment in ISO 8601 format.
paymentRails
Gets or sets the bulk payment rails.