Uses of Class
com.orbipay.paymentsapi.client.wrappers.FeePayment
-
Packages that use FeePayment Package Description com.orbipay.paymentsapi.client.wrappers com.orbipay.paymentsapi.internal.handlers -
-
Uses of FeePayment in com.orbipay.paymentsapi.client.wrappers
Methods in com.orbipay.paymentsapi.client.wrappers that return FeePayment Modifier and Type Method Description FeePayment
FeePayment. forClient(java.lang.String clientKey)
FeePayment
FeePayment. forCustomer(java.lang.String ID_CUSTOMER)
FeePayment
FeePayment. fromAccount(FundingAccount fundingAccount)
static FeePayment
FeePayment. fromJson(java.lang.String json)
FeePayment
FeePayment. get(InvocationContext invocationContext, java.lang.String liveMode)
FeePayment
FeePayment. get(InvocationContext invocationContext, java.lang.String liveMode, java.lang.String apiEndPoint)
FeePayment
FeePayment. retrievedBy(java.lang.String requestor, java.lang.String requestorType)
FeePayment
FeePayment. toAccount(CustomerAccount customerAccount)
FeePayment
FeePayment. videChannel(java.lang.String channel)
FeePayment
FeePayment. withCustomFields(java.util.Map<java.lang.String,java.lang.String> customFields)
FeePayment
FeePayment. withDetails(java.lang.String paymentAmountType, java.lang.String amount, java.lang.String paymentDate, java.lang.String paymentRequestDate, java.lang.String cardCvvNumber)
FeePayment
FeePayment. withFee(Fee fee)
FeePayment
FeePayment. withMemo(java.lang.String comments)
FeePayment
FeePayment. withReference(java.lang.String paymentReference)
FeePayment
FeePayment. withStatus(java.lang.String status)
-
Uses of FeePayment in com.orbipay.paymentsapi.internal.handlers
Methods in com.orbipay.paymentsapi.internal.handlers that return FeePayment Modifier and Type Method Description FeePayment
RetrieveFeePaymentHandler. process(FeePayment feePayment, java.util.Map<java.lang.String,java.lang.Object> baseMap)
Methods in com.orbipay.paymentsapi.internal.handlers with parameters of type FeePayment Modifier and Type Method Description FeePayment
RetrieveFeePaymentHandler. process(FeePayment feePayment, java.util.Map<java.lang.String,java.lang.Object> baseMap)
-