Structures
The following structures are available globally.
-
Result model when using open and initiate APIs.
See moreDeclaration
Swift
public struct PayByBankResult : Codable
-
Request model to create Bulk Payment.
See moreDeclaration
Swift
public struct BulkPaymentCreateRequest : Codable
-
Options which are about limit for Bulk Payment.
See moreDeclaration
Swift
public struct BulkPaymentLimitOptions : Codable
-
Options which are about paylink for Bulk Payment.
See moreDeclaration
Swift
public struct BulkPaymentPaylinkOptions : Codable
-
Options which are about payment for Bulk Payment.
See moreDeclaration
Swift
public struct BulkPaymentOptions : Codable
-
Payment model for the Bulk Payment
See moreDeclaration
Swift
public struct BulkPaymentPaylinkEntry : Codable
-
Response model to create Bulk Payment.
See moreDeclaration
Swift
public struct BulkPaymentCreateResponse : Codable
-
Request model to delete Bulk Payment Paylink.
See moreDeclaration
Swift
public struct BulkPaymentDeleteRequest : Codable
-
Request model to get Bulk Payment Paylink.
See moreDeclaration
Swift
public struct BulkPaymentGetRequest : Codable
-
Response model to get Bulk Payment Paylink.
See moreDeclaration
Swift
public struct BulkPaymentGetResponse : Codable
-
Options which are about paylink for Bulk Payment.
See moreDeclaration
Swift
public struct BulkPaymentPaylinkOptionsResponse : Codable
-
Options which are about payment for Bulk Payment Paylink.
See moreDeclaration
Swift
public struct BulkPaymentOptionsResponse : Codable
-
Options which are about limit for Bulk Payment.
See moreDeclaration
Swift
public struct BulkPaymentLimitOptionsResponse : Codable
-
Payment model for the Bulk Payment
See moreDeclaration
Swift
public struct BulkPaymentPaylinkEntryResponse : Codable
-
Request model to create Datalink.
See moreDeclaration
Swift
public struct DatalinkCreateRequest : Codable
-
Options that are about Datalink.
See moreDeclaration
Swift
public struct DatalinkOptions : Codable
-
Options that are about financial reporting for Datalink.
See moreDeclaration
Swift
public struct FinancialReport : Codable
-
Parameters to add more information about financial report for Datalink.
See moreDeclaration
Swift
public struct FinancialReportParameters : Codable
-
Parameters to add category aggregation information about financial report for Datalink.
See moreDeclaration
Swift
public struct CategoryAggregationParameters : Codable
-
Parameters to add affordability information about financial report for Datalink.
See moreDeclaration
Swift
public struct AffordabilityParameters : Codable
-
Parameters to verification some information about financial report for Datalink.
See moreDeclaration
Swift
public struct VerificationParameters : Codable
-
Parameters to add financial information about financial report for Datalink.
See moreDeclaration
Swift
public struct FinancialMultiParameters : Codable
-
Parameters to filter financial report for Datalink.
See moreDeclaration
Swift
public struct Filters : Codable
-
Parameters to modify response of financial report for Datalink.
See moreDeclaration
Swift
public struct OutputSettings : Codable
-
Response model to create Datalink.
See moreDeclaration
Swift
public struct DatalinkCreateResponse : Codable
-
Request model to delete Datalink.
See moreDeclaration
Swift
public struct DatalinkDeleteRequest : Codable
-
Request model to get Datalink of a Consent.
See moreDeclaration
Swift
public struct DatalinkGetConsentDatalinkRequest : Codable
-
Request model to get Datalink.
See moreDeclaration
Swift
public struct DatalinkGetRequest : Codable
-
Response model to get Datalink.
See moreDeclaration
Swift
public struct DatalinkGetResponse : Codable
-
Datalink details.
See moreDeclaration
Swift
public struct DatalinkModel : Codable
-
Represents consent response object model.
See moreDeclaration
Swift
public struct ConsentModel : Codable
-
Request model to create FrPayment.
See moreDeclaration
Swift
public struct FrPaymentCreateRequest : Codable
-
Options which are about payment for FrPayment.
See moreDeclaration
Swift
public struct FrPaymentOptions : Codable
-
Editable options of fields for FrPayment.
See moreDeclaration
Swift
public struct FrPaymentEditableField : Codable
-
Response model to create FrPayment.
See moreDeclaration
Swift
public struct FrPaymentCreateResponse : Codable
-
Request model to delete FrPayment.
See moreDeclaration
Swift
public struct FrPaymentDeleteRequest : Codable
-
Request model to get FrPayment.
See moreDeclaration
Swift
public struct FrPaymentGetRequest : Codable
-
Response model to get FrPayment.
See moreDeclaration
Swift
public struct FrPaymentGetResponse : Codable
-
Options which are about payment for FrPayment.
See moreDeclaration
Swift
public struct FrPaymentOptionsResponse : Codable
-
Request model for bank account.
See moreDeclaration
Swift
public struct PayByBankAccountRequest : Codable
-
Response model for bank account.
See moreDeclaration
Swift
public struct PayByBankAccountResponse : Codable
-
Request model for notification.
See moreDeclaration
Swift
public struct PayByBankNotificationOptionsRequest : Codable
-
Response model for notification.
See moreDeclaration
Swift
public struct PayByBankNotificationOptionsResponse : Codable
-
Request model to create Paylink.
See moreDeclaration
Swift
public struct PaylinkCreateRequest : Codable
-
Options which are about limit for Paylink.
See moreDeclaration
Swift
public struct PaylinkLimitOptions : Codable
-
Options which are for Paylink.
See moreDeclaration
Swift
public struct PaylinkOptions : Codable
-
Tip is a voluntary amount for Paylink.
See moreDeclaration
Swift
public struct PaylinkTip : Codable
-
Options which will be listed on the Tip Request Page for Paylink.
See moreDeclaration
Swift
public struct PaylinkTipOption : Codable
-
Options that are about payment for Paylink.
See moreDeclaration
Swift
public struct PaylinkPaymentOptions : Codable
-
Response model to create Paylink.
See moreDeclaration
Swift
public struct PaylinkCreateResponse : Codable
-
Request model to delete Paylink.
See moreDeclaration
Swift
public struct PaylinkDeleteRequest : Codable
-
Request model to get Paylink.
See moreDeclaration
Swift
public struct PaylinkGetRequest : Codable
-
Response model to get Paylink.
See moreDeclaration
Swift
public struct PaylinkGetResponse : Codable
-
Options which are for Paylink.
See moreDeclaration
Swift
public struct PaylinkOptionsResponse : Codable
-
Tip is a voluntary amount for Paylink.
See moreDeclaration
Swift
public struct PaylinkTipResponse : Codable
-
Options that are about payment for Paylink.
See moreDeclaration
Swift
public struct PaylinkPaymentOptionsResponse : Codable
-
Options which are about limit for Paylink.
See moreDeclaration
Swift
public struct PaylinkLimitOptionsResponse : Codable
-
Request model to check url of Payment.
See moreDeclaration
Swift
public struct PaymentCheckURLRequest : Codable
-
Response model to check url of Payment.
See moreDeclaration
Swift
public struct PaymentCheckURLResponse : Codable
-
Request model to create refund of Payment.
See moreDeclaration
Swift
public struct PaymentCreateRefundRequest : Codable
-
Request model to create Payment.
See moreDeclaration
Swift
public struct PaymentCreateRequest : Codable
-
Additional fields for a payment that can be mandotary for specific cases.
See moreDeclaration
Swift
public struct PaymentOption : Codable
-
Response model to create Payment.
See moreDeclaration
Swift
public struct PaymentCreateResponse : Codable
-
Additional fields for a payment that can be mandotary for specific cases.
See moreDeclaration
Swift
public struct PaymentOptionResponse : Codable
-
Request model to get Payment.
See moreDeclaration
Swift
public struct PaymentGetRequest : Codable
-
Response model to get Payment.
See moreDeclaration
Swift
public struct PaymentGetResponse : Codable
-
Request model to list Payments.
See moreDeclaration
Swift
public struct PaymentListRequest : Codable
-
Response model to list Payments.
See moreDeclaration
Swift
public struct PaymentListResponse : Codable
-
Meta information to list Payments.
See moreDeclaration
Swift
public struct PaymentMetaResponse : Codable
-
Request model to get records for VRPlink.
See moreDeclaration
Swift
public struct VRPlinkGetRecordsRequest : Codable
-
Request model to create VRPlink.
See moreDeclaration
Swift
public struct VRPlinkCreateRequest : Codable
-
Options which are about limit for VRP.
See moreDeclaration
Swift
public struct VRPLimitOptions : Codable
-
Options which are for VRP.
See moreDeclaration
Swift
public struct VRPOptions : Codable
-
Options which are about limit for VRPlink.
See moreDeclaration
Swift
public struct VRPlinkLimitOptions : Codable
-
Options which are for VRPlink.
See moreDeclaration
Swift
public struct VRPlinkOptions : Codable
-
Response model to create VRPlink.
See moreDeclaration
Swift
public struct VRPlinkCreateResponse : Codable
-
Request model to delete VRPlink.
See moreDeclaration
Swift
public struct VRPlinkDeleteRequest : Codable
-
Record of VRPlink.
See moreDeclaration
Swift
public struct VRPlinkRecord : Codable
-
Request model to get VRPlink.
See moreDeclaration
Swift
public struct VRPlinkGetRequest : Codable
-
Response model to get VRPlink.
See moreDeclaration
Swift
public struct VRPlinkGetResponse : Codable
-
Options which are about limit for VRP.
See moreDeclaration
Swift
public struct VRPLimitOptionsResponse : Codable
-
Options which are for VRP.
See moreDeclaration
Swift
public struct VRPOptionsResponse : Codable
-
Options which are about limit for VRPlink.
See moreDeclaration
Swift
public struct VRPlinkLimitOptionsResponse : Codable
-
Options which are for VRPlink.
See moreDeclaration
Swift
public struct VRPlinkOptionsResponse : Codable