SimulateDebitResponse
public struct SimulateDebitResponse : Equatable
Simulated debit response.
-
ID of debit 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 debited in card’s currency.
Declaration
Swift
public var billedAmount: CurrencyAmount
-
Initialize an instance of
SimulateDebitResponse
.Declaration
Swift
public init(id: String, createdAt: Date, updatedAt: Date, billedAmount: CurrencyAmount)