BulkPaymentPaylinkOptions
public struct BulkPaymentPaylinkOptions : Codable
Options which are about paylink for Bulk Payment.
-
After the payment directly returns to the tenant’s url if set to true.
Note
Defaults to false.Declaration
Swift
public let autoRedirect: Bool?
-
Optional parameter for getting a QRCode image in Base64 format with the response.
Note
Defaults to false.Declaration
Swift
public let generateQrCode: Bool?
-
Disables QR Code component on Paylinks
Declaration
Swift
public let disableQrCode: Bool?
-
Purpose of the bulk payment.
Declaration
Swift
public let purpose: String?
-
Creates an instance from the specified parameters.
Declaration
Swift
public init(autoRedirect: Bool?, generateQrCode: Bool?, disableQrCode: Bool?, purpose: String?)
Parameters
autoRedirect
After the payment directly returns to the tenant’s url if set to true.
generateQrCode
Optional parameter for getting a QRCode image in Base64 format with the response.
disableQrCode
Disables QR Code component on Paylinks.
purpose
Purpose of the bulk payment.