Package com.onlinepayments.domain
Class OmnichannelPayoutSpecificInput
java.lang.Object
com.onlinepayments.domain.OmnichannelPayoutSpecificInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Payment Id of the transaction (either in-store or online), from which you request to make a refund.voidsetPaymentId(String value) The Payment Id of the transaction (either in-store or online), from which you request to make a refund.withPaymentId(String value) The Payment Id of the transaction (either in-store or online), from which you request to make a refund.
-
Constructor Details
-
OmnichannelPayoutSpecificInput
public OmnichannelPayoutSpecificInput()
-
-
Method Details
-
getPaymentId
The Payment Id of the transaction (either in-store or online), from which you request to make a refund. -
setPaymentId
The Payment Id of the transaction (either in-store or online), from which you request to make a refund. -
withPaymentId
The Payment Id of the transaction (either in-store or online), from which you request to make a refund.
-