Structures
The following structures are available globally.
-
Allowed merchants model.
See moreDeclaration
Swift
public struct AllowedMerchants : Codable, Sendable -
Rules that the card should use when authorizing a transaction.
See moreDeclaration
Swift
public struct AuthRules : Codable, Sendable -
Card model.
See moreDeclaration
Swift
public struct Card : Codable, Sendable -
Card activation fee model.
See moreDeclaration
Swift
public struct CardActivationFee : Codable, Sendable -
Card activation fee model.
See moreDeclaration
Swift
public struct CardActivationFeeValue : Codable, Sendable -
The card custom fields.
See moreDeclaration
Swift
public struct CardCustomFields : Codable, Sendable -
Card incentive model.
See moreDeclaration
Swift
public struct CardIncentiveRule : Codable, Sendable -
The card limit.
See moreDeclaration
Swift
public struct CardLimit : Codable, Sendable -
Card replacement/reissue fee model.
See moreDeclaration
Swift
public struct CardReplacementReissueFee : Codable, Sendable -
The card sensitive data.
See moreDeclaration
Swift
public struct CardSensitiveData : Codable, Sendable -
Card service fee model.
See moreDeclaration
Swift
public struct CardServiceFee : Codable, Sendable -
Card transaction fee model.
See moreDeclaration
Swift
public struct CardTransactionFee : Codable, Sendable -
Card incentive model.
See moreDeclaration
Swift
public struct IncentiveExpirationRules : Codable, Sendable -
Card incentive model.
See moreDeclaration
Swift
public struct IncentiveRule : Codable, Sendable -
Incentives query model.
See moreDeclaration
Swift
public struct IncentivesQuery : Sendable -
Merchants model.
See moreDeclaration
Swift
public struct Merchants : Codable, Sendable -
Physical card model.
See moreDeclaration
Swift
public struct PhysicalCardConversion : Encodable, Sendable -
Activate card request model.
See moreDeclaration
Swift
public struct ActivateCardRequest : Encodable, Sendable -
Card request model.
See moreDeclaration
Swift
public struct CardRequest : Encodable, Sendable -
Card request model.
See moreDeclaration
Swift
public struct NonReloadablePrepaidCardRequest : Encodable, Sendable -
Reissue/replace card request model.
See moreDeclaration
Swift
public struct ReissueReplaceCardRequest : Encodable, Sendable -
Set card pin request model.
See moreDeclaration
Swift
public struct SetCardPinRequest : Encodable, Sendable -
Card update request model.
See moreDeclaration
Swift
public struct UpdateCardRequest : Encodable, Sendable
View on GitHub
Structures Reference