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, Sendable -
Representation of an BillingAddress data structure for depicting a card/funding source billing address.
See moreDeclaration
Swift
public struct BillingAddress : Equatable, Sendable -
Representation of a Currency Amount object.
See moreDeclaration
Swift
public struct CurrencyAmount : Hashable, Sendable -
Representation of an Expiry data structure for depicting a card expiration date.
See moreDeclaration
Swift
public struct Expiry : Equatable, Sendable -
Input to simulate an authorization request from a merchant.
See moreDeclaration
Swift
public struct SimulateAuthorizationInput : Equatable, Sendable -
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, Sendable -
Request to simulate an incremental authorization request from a merchant.
See moreDeclaration
Swift
public struct SimulateIncrementalAuthorizationInput : Equatable, Sendable -
Input to simulate a refund request from a merchant.
See moreDeclaration
Swift
public struct SimulateRefundInput : Equatable, Sendable -
Input to simulate a reversal request from a merchant.
See moreDeclaration
Swift
public struct SimulateReversalInput : Equatable, Sendable -
Simulated reversal response.
See moreDeclaration
Swift
public struct SimulateAuthorizationExpiryResponse : Equatable, Sendable -
Simulated authorization response.
See moreDeclaration
Swift
public struct SimulateAuthorizationResponse : Equatable, Sendable -
Simulated debit response.
See moreDeclaration
Swift
public struct SimulateDebitResponse : Equatable, Sendable -
Simulated refund response.
See moreDeclaration
Swift
public struct SimulateRefundResponse : Equatable, Sendable -
Simulated reversal response.
See moreDeclaration
Swift
public struct SimulateReversalResponse : Equatable, Sendable -
Representation of a simulated merchant
See moreDeclaration
Swift
public struct SimulatorMerchant : Equatable, Sendable
Structures Reference