SimulateReversalResponse
public struct SimulateReversalResponse : Equatable
Simulated reversal response.
-
ID of reversal response.
Declaration
Swift
public var id: String -
Date/timestamp response was created at.
Declaration
Swift
public var createdAt: Date -
Date/timestamp response was last updated at.
Declaration
Swift
public var updatedAt: Date -
Amount reversed in card’s currency.
Declaration
Swift
public var billedAmount: CurrencyAmount
-
Initialize an instance of
SimulateReversalResponse.Declaration
Swift
public init(id: String, createdAt: Date, updatedAt: Date, billedAmount: CurrencyAmount)
SimulateReversalResponse Structure Reference