Structures

The following structures are available globally.

  • The bank model.

    See more

    Declaration

    Swift

    public struct Bank : Codable, Sendable
  • Bank flags model.

    See more

    Declaration

    Swift

    public struct BankFlags : Codable, Sendable
  • The banks query model.

    See more

    Declaration

    Swift

    public struct BanksQuery : Sendable
  • The card model.

    See more

    Declaration

    Swift

    public struct Card : Codable, Sendable
  • Card flags model.

    See more

    Declaration

    Swift

    public struct CardFlags : Codable, Sendable
  • The card validation result model.

    See more

    Declaration

    Swift

    public struct CardValidationResult : Codable, Sendable
  • The cards query model.

    See more

    Declaration

    Swift

    public struct CardsQuery : Sendable
  • The check model.

    See more

    Declaration

    Swift

    public struct Check : Codable, Sendable
  • The check release model.

    See more

    Declaration

    Swift

    public struct CheckRelease : Codable, Sendable
  • The checks query model.

    See more

    Declaration

    Swift

    public struct ChecksQuery : Sendable
  • The child transactions query model.

    See more

    Declaration

    Swift

    public struct ChildTransactionsQuery : Sendable
  • The payment method model.

    See more

    Declaration

    Swift

    public struct PaymentMethod : Codable, Sendable
  • The check model.

    See more

    Declaration

    Swift

    public struct PayorInformation : Codable, Sendable
  • The receipt model.

    See more

    Declaration

    Swift

    public struct Receipt : Codable, Sendable
  • The receipt destination model.

    See more

    Declaration

    Swift

    public struct ReceiptDestination : Codable, Sendable
  • Global payments details model.

    See more

    Declaration

    Swift

    public struct ReceiptGlobalPaymentsDetails : Codable, Sendable
  • The receipt origin model.

    See more

    Declaration

    Swift

    public struct ReceiptOrigin : Codable, Sendable
  • The receipt service fee model.

    See more

    Declaration

    Swift

    public struct ReceiptServiceFee : Codable, Sendable
  • The receipt transaction model.

    See more

    Declaration

    Swift

    public struct ReceiptTransaction : Codable, Sendable
  • Transaction type details model.

    See more

    Declaration

    Swift

    public struct ReceiptTransationIssuedCardDetails : Codable, Sendable
  • Transaction type details model.

    See more

    Declaration

    Swift

    public struct ReceiptTransationTypeDetails : Codable, Sendable
  • Bank request model.

    See more

    Declaration

    Swift

    public struct BankRequest : Encodable, Sendable
  • Card request model.

    See more

    Declaration

    Swift

    public struct CardRequest : Codable, Sendable
  • Model that holds the check deposit data.

    See more

    Declaration

    Swift

    public struct DepositCheckRequest : Encodable, Sendable
  • Load funds request model.

    See more

    Declaration

    Swift

    public struct LoadFundsRequest : Codable, Sendable
  • Plaid bank request model.

    See more

    Declaration

    Swift

    public struct PlaidBankRequest : Encodable, Sendable
  • Send funds request model.

    See more

    Declaration

    Swift

    public struct SendFundsRequest : Codable, Sendable
  • Send funds request model.

    See more

    Declaration

    Swift

    public struct TransferFundsRequest : Codable, Sendable
  • Withdraw funds request model.

    See more

    Declaration

    Swift

    public struct WithdrawFundsRequest : Codable, Sendable
  • The wallet model.

    See more

    Declaration

    Swift

    public struct Wallet : Codable, Sendable
  • The wallet funds model.

    See more

    Declaration

    Swift

    public struct WalletFunds : Codable, Sendable
  • The wallet transactions query model.

    See more

    Declaration

    Swift

    public struct WalletTransactionsQuery : Sendable
  • The wallets query model.

    See more

    Declaration

    Swift

    public struct WalletsQuery : Sendable