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() |
Boolean |
getLivemode() |
Integer |
getPaymentAmount() |
String |
getPaymentCurrency() |
Boolean |
getReusable() |
String |
getStatus() |
Boolean |
getUsed() |
String |
getUsername() |
void |
setCreated(Long created) |
void |
setFingerprint(String fingerprint) |
void |
setLivemode(Boolean livemode) |
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, getMetadata, getObject, setAccount, setCustomer, setMetadata, verify, verifyclassURL, classURL, instanceURL, instanceURL, multipartRequest, request, requestCollection, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncodeequals, toStringpublic Long getCreated()
public void setCreated(Long created)
public String getFingerprint()
public void setFingerprint(String fingerprint)
public Boolean getLivemode()
public void setLivemode(Boolean livemode)
public Integer getPaymentAmount()
public void setPaymentAmount(Integer paymentAmount)
public String getPaymentCurrency()
public void setPaymentCurrency(String paymentCurrency)
public Boolean getReusable()
public void setReusable(Boolean reusable)
public Boolean getUsed()
public void setUsed(Boolean used)
public String getUsername()
public void setUsername(String username)
public String getStatus()
public void setStatus(String status)
public AlipayAccount update(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
update in interface MetadataStore<ExternalAccount>update in class ExternalAccountAuthenticationExceptionInvalidRequestExceptionAPIConnectionExceptionCardExceptionAPIExceptionpublic AlipayAccount update(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
update in interface MetadataStore<ExternalAccount>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 © 2016 Stripe. All rights reserved.