|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RefundPurposeTypeCodeType | |
com.ebay.api.eBLBaseComponents | |
com.mikeblanton.paypal.util | |
com.paypal.api.PayPalAPI |
Uses of RefundPurposeTypeCodeType in com.ebay.api.eBLBaseComponents |
Fields in com.ebay.api.eBLBaseComponents declared as RefundPurposeTypeCodeType | |
static RefundPurposeTypeCodeType |
RefundPurposeTypeCodeType.Other
|
static RefundPurposeTypeCodeType |
RefundPurposeTypeCodeType.Full
|
static RefundPurposeTypeCodeType |
RefundPurposeTypeCodeType.Partial
|
Methods in com.ebay.api.eBLBaseComponents that return RefundPurposeTypeCodeType | |
static RefundPurposeTypeCodeType |
RefundPurposeTypeCodeType.fromValue(org.apache.axis.types.Token value)
|
static RefundPurposeTypeCodeType |
RefundPurposeTypeCodeType.fromString(java.lang.String value)
|
Uses of RefundPurposeTypeCodeType in com.mikeblanton.paypal.util |
Methods in com.mikeblanton.paypal.util with parameters of type RefundPurposeTypeCodeType | |
RefundTransactionResponseType |
PayPalAPIUtil.refundTransaction(TransactionId _txnId,
BasicAmountType _amount,
java.lang.String _memo,
RefundPurposeTypeCodeType _type)
Performs a PayPal Refund via API using the passed data. |
Uses of RefundPurposeTypeCodeType in com.paypal.api.PayPalAPI |
Methods in com.paypal.api.PayPalAPI that return RefundPurposeTypeCodeType | |
RefundPurposeTypeCodeType |
RefundTransactionRequestType.getRefundType()
|
Methods in com.paypal.api.PayPalAPI with parameters of type RefundPurposeTypeCodeType | |
void |
RefundTransactionRequestType.setRefundType(RefundPurposeTypeCodeType refundType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |