Structures
The following structures are available globally.
-
Configuration object retrieved on successful authentication
See moreDeclaration
Swift
public struct Configuration : Codable
-
Representation of the Hyperwallet error list
See moreDeclaration
Swift
public struct HyperwalletErrors : Decodable
-
Representation of the Hyperwallet error entity.
See moreDeclaration
Swift
public struct HyperwalletError : Decodable
-
Details of the balance.
See moreDeclaration
Swift
public struct HyperwalletBalance : Decodable
-
Representation of the GraphQL’s Connection type
See moreDeclaration
Swift
public struct Connection<T> : Codable where T : Decodable, T : Encodable
-
Representation of a
See moreHyperwalletCountry
nodeDeclaration
Swift
public struct HyperwalletCountry : Codable
-
Representation of a
See moreHyperwalletCurrency
nodeDeclaration
Swift
public struct HyperwalletCurrency : Codable
-
Representation of the fee
See moreDeclaration
Swift
public struct HyperwalletFee : Codable, Hashable
-
Representation of the transfer method configuration field
See moreDeclaration
Swift
public struct HyperwalletField : Codable
-
Representation of list of HyperwalletField and the group to which it belongs
See moreDeclaration
Swift
public struct HyperwalletFieldGroup : Codable
-
Representation of the transfer method configuration field selection option
See moreDeclaration
Swift
public struct HyperwalletFieldSelectionOption : Codable
-
Representation of the transfer method configuration field processing times
See moreDeclaration
Swift
public struct HyperwalletProcessingTime : Codable
-
Representation of transfer method type
See moreDeclaration
Swift
public struct HyperwalletTransferMethodType : Codable
-
Representation of the transfer method configuration field validation message
See moreDeclaration
Swift
public struct HyperwalletValidationMessage : Codable
-
Representation of the transfer method configuration
See moreDeclaration
Swift
public struct HyperwalletTransferMethodConfiguration : Codable
-
Representation of the transfer method configuration field mask
See moreDeclaration
Swift
public struct HyperwalletMask : Codable
-
Representation of the transfer method configuration field conditionalPatterns
See moreDeclaration
Swift
public struct HyperwalletConditionalPattern : Codable
-
The
See moreHyperwalletTransferMethodConfigurationFieldQuery
struct defines and builds a query to retrieve the fields required to create a transfer method (Bank Account, Bank Card, PayPal Account, Prepaid Card, Paper Check) with the Hyperwallet platform.Declaration
Swift
public struct HyperwalletTransferMethodConfigurationFieldQuery : GraphQlQuery, Hashable
-
The ‘HyperwalletTransferMethodConfigurationKeysQuery’ struct defines and builds a query to retrieve the key set that is required to construct a
HyperwalletTransferMethodConfigurationFieldQuery
.In addition to the key set, the query will also retrieve the processing time and fees associated with each country, currency and transfer method type tuple.
See moreDeclaration
Swift
public struct HyperwalletTransferMethodConfigurationKeysQuery : GraphQlQuery
-
The ‘HyperwalletTransferMethodTypesFeesAndProcessingTimesQuery’ struct defines and builds a query to retrieve the processing time and fees associated with each country, currency and transfer method type tuple. that is required to construct a
See moreHyperwalletTransferMethodConfigurationFieldQuery
.Declaration
Swift
public struct HyperwalletTransferMethodTypesFeesAndProcessingTimesQuery : GraphQlQuery, Hashable
-
The
See moreHyperwalletTransferMethodUpdateConfigurationFieldQuery
struct defines and builds a query to retrieve the fields required to update a transfer method (Bank Account, Bank Card, PayPal Account, Prepaid Card, Paper Check and Venmo) with the Hyperwallet platform.Declaration
Swift
public struct HyperwalletTransferMethodUpdateConfigurationFieldQuery : GraphQlQuery, Hashable
-
Representation of subset content from a dataset
See moreDeclaration
Swift
public struct HyperwalletPageList<ListType> : Decodable where ListType : Decodable
-
Representation of the page link
See moreDeclaration
Swift
public struct HyperwalletPageLink : Decodable
-
Representation of the relationship between the current document and the linked document
See moreDeclaration
Swift
public struct HyperwalletPageParameter : Decodable
-
Details of the transaction.
See moreDeclaration
Swift
public struct HyperwalletReceiptDetails : Decodable
-
Representation of the Hyperwallet’s receipt.
See moreDeclaration
Swift
public struct HyperwalletReceipt : Decodable, Equatable
-
Representation of the status transition.
The status transition describes a status change for an existing bank account, bank card, PayPal account, prepaid card, paper check or payment.
See moreDeclaration
Swift
public struct HyperwalletStatusTransition : Codable
-
Representation of a
See moreHyperwalletForeignExchange
Declaration
Swift
public struct HyperwalletForeignExchange : Codable
-
Representation of a
See moreHyperwalletTransfer
Declaration
Swift
public struct HyperwalletTransfer : Codable