public class AlipayAccount extends ExternalAccount
APIResource.RequestMethod, APIResource.RequestTypeCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
AlipayAccount() |
| Modifier and Type | Method and Description |
|---|---|
DeletedAlipayAccount |
delete() |
DeletedAlipayAccount |
delete(RequestOptions options) |
Long |
getCreated() |
String |
getFingerprint() |
Map<String,String> |
getMetadata() |
Integer |
getPaymentAmount() |
String |
getPaymentCurrency() |
Boolean |
getReusable() |
String |
getStatus() |
Boolean |
getUsed() |
String |
getUsername() |
void |
setCreated(Long created) |
void |
setFingerprint(String fingerprint) |
void |
setMetadata(Map<String,String> metadata) |
void |
setPaymentAmount(Integer paymentAmount) |
void |
setPaymentCurrency(String paymentCurrency) |
void |
setReusable(Boolean reusable) |
void |
setStatus(String status) |
void |
setUsed(Boolean used) |
void |
setUsername(String username) |
AlipayAccount |
update(Map<String,Object> params) |
AlipayAccount |
update(Map<String,Object> params,
RequestOptions options) |
getAccount, getCustomer, getId, getInstanceURL, getObject, setAccount, setCustomerclassURL, classURL, instanceURL, instanceURL, multipartRequest, request, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncodeequals, toStringpublic String getStatus()
public void setStatus(String status)
public Long getCreated()
public void setCreated(Long created)
public String getUsername()
public void setUsername(String username)
public String getFingerprint()
public void setFingerprint(String fingerprint)
public Boolean getUsed()
public void setUsed(Boolean used)
public Boolean getReusable()
public void setReusable(Boolean reusable)
public Integer getPaymentAmount()
public void setPaymentAmount(Integer paymentAmount)
public String getPaymentCurrency()
public void setPaymentCurrency(String paymentCurrency)
public AlipayAccount update(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
update in class ExternalAccountAuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionCardExceptionAPIExceptionpublic AlipayAccount update(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
update in class ExternalAccountAuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionCardExceptionAPIExceptionpublic DeletedAlipayAccount delete() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
delete in class ExternalAccountAuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionCardExceptionAPIExceptionpublic DeletedAlipayAccount delete(RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
delete in class ExternalAccountAuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionCardExceptionAPIExceptionCopyright © 2015 Stripe. All rights reserved.