All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
PaymentEnginePayment |
copyFrom(PaymentEnginePayment instance) |
PaymentEnginePayment.APIRequestCreateDispute |
createDispute() |
PaymentEnginePayment.APIRequestCreateRefund |
createRefund() |
PaymentEnginePayment |
fetch() |
static PaymentEnginePayment |
fetchById(Long id,
APIContext context) |
static PaymentEnginePayment |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PaymentEnginePayment> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PaymentEnginePayment> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PaymentEnginePayment> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PaymentEnginePayment>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
PaymentEnginePayment.APIRequestGet |
get() |
APIContext |
getContext() |
List<Object> |
getFieldActions() |
Application |
getFieldApplication() |
String |
getFieldCountry() |
String |
getFieldCreatedTime() |
List<Object> |
getFieldDisputes() |
String |
getFieldFraudStatus() |
String |
getFieldFulfillmentStatus() |
String |
getFieldId() |
Boolean |
getFieldIsFromAd() |
Boolean |
getFieldIsFromPagePost() |
List<Object> |
getFieldItems() |
Double |
getFieldPayoutForeignExchangeRate() |
Boolean |
getFieldPhoneSupportEligible() |
String |
getFieldPlatform() |
CurrencyAmount |
getFieldRefundableAmount() |
String |
getFieldRequestId() |
String |
getFieldTax() |
String |
getFieldTaxCountry() |
Long |
getFieldTest() |
User |
getFieldUser() |
String |
getId() |
static APIRequest.ResponseParser<PaymentEnginePayment> |
getParser() |
static PaymentEnginePayment |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PaymentEnginePayment> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |