SimulateRefundInput
public struct SimulateRefundInput : Equatable
Input to simulate a refund request from a merchant.
-
Amount of refund in merchant’s currency.
Declaration
Swift
public var amount: Int
-
ID of previous successful debit to which this refund corresponds.
Declaration
Swift
public var debitId: String
-
Initialize an instance of
InstanceSimulateRefundInput
.Declaration
Swift
public init(amount: Int, debitId: String)