SimulateRefundResponse

public struct SimulateRefundResponse : Equatable

Simulated refund response.

Properties

  • id

    ID of refund 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 refunded in card’s currency.

    Declaration

    Swift

    public var billedAmount: CurrencyAmount

Lifecycle