SimulateAuthorizationExpiryResponse

public struct SimulateAuthorizationExpiryResponse : Equatable

Simulated reversal response.

Properties

  • id

    ID of authorization expiry 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

Lifecycle