BulkPaymentOptions
public struct BulkPaymentOptions : Codable
-
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?
-
Declaration
Swift
public init(scheduledFor: Date?, paymentRails: String?)