WalletFunds
public struct WalletFunds : Codable
The wallet funds model.
-
The total available funds (in cents) that the consumer is authorized to spend.
Declaration
Swift
public let available: Int
-
The settled funds (in cents) in the wallet.
Declaration
Swift
public let balance: Int
-
The unsettled funds (in cents) in the wallet. This amount generally includes funds that have been authorized by a consumer transaction, but have not yet settled from the corresponding processor.
Declaration
Swift
public let transit: Int
-
The funds (in cents) that have been held captive for a transaction that was performed on the account.
Declaration
Swift
public let captive: Int
-
The pending funds (in cents) in the wallet.
Declaration
Swift
public let pending: Int