Builder

constructor(id: RefundParameters.Id, amount: Long, currency: String)


constructor(chargeId: String, amount: Long, currency: String)

Deprecated

This method has been deprecated to support refunding by Payment Intent ID.

Replace with

import com.stripe.stripeterminal.external.models.RefundParameters.Id
RefundParameters.Builder(Id.Charge(chargeId), amount, currency)