Structures
The following structures are available globally.
-
Beneficiary model.
See moreDeclaration
Swift
public struct Beneficiary : Codable, Sendable
-
Cash pickup city model.
See moreDeclaration
Swift
public struct CashPickupCity : Codable, Sendable
-
Cash pickup location model.
See moreDeclaration
Swift
public struct CashPickupLocation : Codable, Sendable
-
The cash pickup location model.
See moreDeclaration
Swift
public struct CashPickupLocationDetails : Codable, Sendable
-
Payout method model.
See moreDeclaration
Swift
public struct PayoutMethod : Codable, Sendable
-
Address model.
See moreDeclaration
Swift
public struct PayoutMethodAddress : Codable, Sendable
-
The quote model.
See moreDeclaration
Swift
public struct Quote : Codable, Sendable
-
Remittance transaction model.
See moreDeclaration
Swift
public struct Remittance : Codable, Sendable
-
Remittance transaction validation model.
See moreDeclaration
Swift
public struct RemittanceValidation : Codable, Sendable
-
The cash pickup cities query model.
See moreDeclaration
Swift
public struct CashPickupCitiesQuery : Sendable
-
The cash pickup locations query model.
See moreDeclaration
Swift
public struct CashPickupLocationsQuery : Sendable
-
Create beneficiary request model.
See moreDeclaration
Swift
public struct CreateBeneficiaryRequest : Encodable, Sendable
-
Payout method request model.
See moreDeclaration
Swift
public struct CreatePayoutMethodRequest : Encodable, Sendable
-
Create beneficiary request model.
See moreDeclaration
Swift
public struct CreateQuoteRequest : Encodable, Sendable
-
Create remittance transaction request model.
See moreDeclaration
Swift
public struct CreateRemittanceRequest : Encodable, Sendable
-
Create beneficiary request model.
See moreDeclaration
Swift
public struct UpdateBeneficiaryRequest : Encodable, Sendable
-
Payout method request model.
See moreDeclaration
Swift
public struct UpdatePayoutMethodRequest : Encodable, Sendable
-
Payout method response model.
See moreDeclaration
Swift
public struct PayoutMethodResponse : Decodable, Sendable
-
Payout methods response model.
See moreDeclaration
Swift
public struct PayoutMethodsResponse : Decodable, Sendable
-
Service fee values model.
See moreDeclaration
Swift
public struct ServiceFeeValue : Codable, Sendable
-
Transfer funds transaction model.
See moreDeclaration
Swift
public struct TransferFunds : Codable, Sendable
-
Remittance transaction validation model.
See moreDeclaration
Swift
public struct TransferFundsValidation : Codable, Sendable