public class PaymentRefundRequestIntentBuilder extends BaseIntentBuilder
PAPI_SDK_NAME
Constructor and Description |
---|
PaymentRefundRequestIntentBuilder(String paymentId)
Creates an instance of the PaymentRefundRequestIntentBuilder class
|
Modifier and Type | Method and Description |
---|---|
PaymentRefundRequestIntentBuilder |
amount(Long amount)
Sets the amount to be refunded
|
Intent |
build(Context context)
Builder method to create an Intent to be used by Integrator POS to initiate a payment refund.
|
public PaymentRefundRequestIntentBuilder(String paymentId)
paymentId
- public PaymentRefundRequestIntentBuilder amount(Long amount)
amount
- public Intent build(Context context)
build
in class BaseIntentBuilder
context
-