Structures
The following structures are available globally.
-
Configuration for connecting to the Sudo VirtualCards Simulator Service via AppSync.
See moreDeclaration
Swift
public struct SudoVirtualCardsSimulatorConfig : Decodable -
Representation of an BillingAddress data structure for depicting a card/funding source billing address.
See moreDeclaration
Swift
public struct BillingAddress : Equatable -
Representation of a Currency Amount object.
See moreDeclaration
Swift
public struct CurrencyAmount : Hashable -
Representation of an Expiry data structure for depicting a card expiration date.
See moreDeclaration
Swift
public struct Expiry : Equatable -
Input to simulate an authorization request from a merchant.
See moreDeclaration
Swift
public struct SimulateAuthorizationInput : Equatable -
Simulate a settlement of an authorized amount. Other attributes of the debit such as merchant info are derived from the original authorization identified by the authorizationId.
See moreDeclaration
Swift
public struct SimulateDebitInput : Equatable -
Request to simulate an incremental authorization request from a merchant.
See moreDeclaration
Swift
public struct SimulateIncrementalAuthorizationInput : Equatable -
Input to simulate a refund request from a merchant.
See moreDeclaration
Swift
public struct SimulateRefundInput : Equatable -
Input to simulate a reversal request from a merchant.
See moreDeclaration
Swift
public struct SimulateReversalInput : Equatable -
Simulated reversal response.
See moreDeclaration
Swift
public struct SimulateAuthorizationExpiryResponse : Equatable -
Simulated authorization response.
See moreDeclaration
Swift
public struct SimulateAuthorizationResponse : Equatable -
Simulated debit response.
See moreDeclaration
Swift
public struct SimulateDebitResponse : Equatable -
Simulated refund response.
See moreDeclaration
Swift
public struct SimulateRefundResponse : Equatable -
Simulated reversal response.
See moreDeclaration
Swift
public struct SimulateReversalResponse : Equatable -
Representation of a simulated merchant
See moreDeclaration
Swift
public struct SimulatorMerchant : Equatable
Structures Reference