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