Structures
The following structures are available globally.
-
Represents an error that occurs when a request to submit a
See moreForageElementto the Forage API fails.Declaration
Swift
public struct ForageError : Error, Codable, Equatable -
Declaration
Swift
public struct EbtError51Details : Codable -
Represents a detailed error object returned by the Forage API. Provides additional context about the HTTP status, error code, and developer-facing message. Learn more about SDK errors
See moreDeclaration
Swift
@available(*, deprecated, renamed: "ForageError") public struct ForageErrorObj : Codable -
See moreForageCreditDebitCardused to represent a tokenized credit/debit cardDeclaration
Swift
public struct ForageCreditDebitCard : Codable -
Declaration
Swift
public struct BalanceModel : Codable -
See moreForageEBTCardused to represent a tokenized EBT cardDeclaration
Swift
public struct ForageEBTCard : Codable -
See morePaymentMethodModelused to represent a tokenized payment methodDeclaration
Swift
public struct PaymentMethodModel<TCard> : Codable where TCard : Decodable, TCard : Encodable -
Declaration
Swift
public struct ForageAddress : Codable -
Declaration
Swift
public struct ReceiptBalance : Codable -
Declaration
Swift
public struct Receipt : Codable -
See morePaymentModelused to represent a Forage Payment objectDeclaration
Swift
public struct PaymentModel : Codable
Structures Reference