FrPaymentOptionsResponse
public struct FrPaymentOptionsResponse : Codable
-
Client id of the API consumer
Declaration
Swift
public let clientID: String?
-
Tenant id of the API consumer
Declaration
Swift
public let tenantID: String?
-
Set true, if you would like to get back the debtor’s account information that the payment is made from.
Note
If not provided, defaults to ‘true’.Declaration
Swift
public let getRefundInfo: Bool?
-
Amount of first payment
Declaration
Swift
public let firstPaymentAmount: Decimal?
-
Amount of last payment
Declaration
Swift
public let lastPaymentAmount: Decimal?
-
Disables QR Code component on FrPayment
Declaration
Swift
public let disableQrCode: Bool?
-
Customizes editable option of fields
Declaration
Swift
public let editableFields: FrPaymentEditableField?
-
init(clientID:
tenantID: getRefundInfo: firstPaymentAmount: lastPaymentAmount: disableQrCode: editableFields: ) Declaration
Swift
public init(clientID: String?, tenantID: String?, getRefundInfo: Bool?, firstPaymentAmount: Decimal?, lastPaymentAmount: Decimal?, disableQrCode: Bool?, editableFields: FrPaymentEditableField?)