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 FeePaymentFeePayment. forClient(java.lang.String clientKey)FeePaymentFeePayment. forCustomer(java.lang.String ID_CUSTOMER)FeePaymentFeePayment. fromAccount(FundingAccount fundingAccount)static FeePaymentFeePayment. fromJson(java.lang.String json)FeePaymentFeePayment. get(InvocationContext invocationContext, java.lang.String liveMode)FeePaymentFeePayment. get(InvocationContext invocationContext, java.lang.String liveMode, java.lang.String apiEndPoint)FeePaymentFeePayment. retrievedBy(java.lang.String requestor, java.lang.String requestorType)FeePaymentFeePayment. toAccount(CustomerAccount customerAccount)FeePaymentFeePayment. videChannel(java.lang.String channel)FeePaymentFeePayment. withCustomFields(java.util.Map<java.lang.String,java.lang.String> customFields)FeePaymentFeePayment. withDetails(java.lang.String paymentAmountType, java.lang.String amount, java.lang.String paymentDate, java.lang.String paymentRequestDate, java.lang.String cardCvvNumber)FeePaymentFeePayment. withFee(Fee fee)FeePaymentFeePayment. withMemo(java.lang.String comments)FeePaymentFeePayment. withReference(java.lang.String paymentReference)FeePaymentFeePayment. 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 FeePaymentRetrieveFeePaymentHandler. 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 FeePaymentRetrieveFeePaymentHandler. process(FeePayment feePayment, java.util.Map<java.lang.String,java.lang.Object> baseMap)
-