PaylinkOptionsResponse
public struct PaylinkOptionsResponse : Codable
-
After the payment directly returns to the tenant’s url if set to true.
- Defaults to false.
Declaration
Swift
public let autoRedirect: Bool?
-
True if the paylink allows partial payments, false otherwise.
Declaration
Swift
public let allowPartialPayments: Bool?
-
Optional parameter for displaying a QR Code on the paylink screens, that enables users to transfer their journey from desktop to mobile easily. This feature is only visible on desktop view.
Declaration
Swift
public let disableQrCode: Bool?
-
The Tip object model
Declaration
Swift
public let tip: PaylinkTipResponse?
-
Declaration
Swift
public init(autoRedirect: Bool?, allowPartialPayments: Bool?, disableQrCode: Bool?, tip: PaylinkTipResponse?)