public class Refund extends APIResource
APIResource.RequestMethodCHARSETPRETTY_PRINT_GSON| Constructor and Description |
|---|
Refund() |
| Modifier and Type | Method and Description |
|---|---|
static RefundCollection |
all(Map<String,Object> params) |
static RefundCollection |
all(Map<String,Object> params,
String apiKey) |
static Refund |
create(Map<String,Object> params) |
static Refund |
create(Map<String,Object> params,
String apiKey) |
String |
getInstanceURL() |
Object |
getObject_created() |
String |
getObject_id() |
String |
getObject_owner() |
Object |
getObject_updated() |
Object |
getStatus() |
Object |
getTransaction() |
static Refund |
retrieve(String id) |
static Refund |
retrieve(String id,
String apiKey) |
void |
setObject_created(Object object_created) |
void |
setObject_id(String object_id) |
void |
setObject_owner(String object_owner) |
void |
setObject_updated(Object object_updated) |
void |
setStatus(String status) |
void |
setTransaction(Object transaction) |
_request, classURL, classURLWithTrailingSlash, instanceURL, request, singleClassURL, urlEncodetoStringpublic static Refund create(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException
public String getInstanceURL()
public static Refund create(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException
public static Refund retrieve(String id) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException
public static Refund retrieve(String id, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException
public static RefundCollection all(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException
public static RefundCollection all(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException
public Object getObject_created()
public void setObject_created(Object object_created)
public Object getObject_updated()
public void setObject_updated(Object object_updated)
public String getObject_id()
public void setObject_id(String object_id)
public String getObject_owner()
public void setObject_owner(String object_owner)
public Object getStatus()
public void setStatus(String status)
public Object getTransaction()
public void setTransaction(Object transaction)
Copyright © 2017 Shippo. All rights reserved.