PaylinkTipResponse
public struct PaylinkTipResponse : Codable
-
Denotes whether tip requested from payer.
Declaration
Swift
public let requestTip: Bool?
-
The Title of the Tip Request Page.
Declaration
Swift
public let title: String?
-
The informative text on the Tip Request Page.
Declaration
Swift
public let text: String?
-
Tip can be configured as required. In this case the payer will be forced to select or enter tip amount.
Declaration
Swift
public let isRequired: Bool?
-
The tip options that will be listed on the Tip Request Page.
Declaration
Swift
public let options: [PaylinkTipOption]?
-
Declaration
Swift
public init(requestTip: Bool?, title: String?, text: String?, isRequired: Bool?, options: [PaylinkTipOption]?)