public class ThreeDSecure extends APIResource implements HasId
APIResource.RequestMethod, APIResource.RequestType
CHARSET, GSON
PRETTY_PRINT_GSON
Constructor and Description |
---|
ThreeDSecure() |
Modifier and Type | Method and Description |
---|---|
static ThreeDSecure |
create(Map<String,Object> params) |
static ThreeDSecure |
create(Map<String,Object> params,
RequestOptions options) |
Long |
getAmount() |
Boolean |
getAuthenticated() |
Card |
getCard() |
Long |
getCreated() |
String |
getCurrency() |
String |
getId() |
Boolean |
getLivemode() |
String |
getObject() |
String |
getRedirectURL() |
String |
getStatus() |
static ThreeDSecure |
retrieve(String id) |
static ThreeDSecure |
retrieve(String id,
RequestOptions options) |
void |
setAmount(Long amount) |
void |
setAuthenticated(Boolean authenticated) |
void |
setCard(Card card) |
void |
setCreated(Long created) |
void |
setCurrency(String currency) |
void |
setId(String id) |
void |
setLivemode(Boolean livemode) |
void |
setObject(String object) |
void |
setRedirectURL(String redirectURL) |
void |
setStatus(String status) |
classURL, classURL, instanceURL, instanceURL, multipartRequest, request, requestCollection, setExpandableFieldID, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncode
equals, toJson, toString
public void setId(String id)
public String getObject()
public void setObject(String object)
public Long getAmount()
public void setAmount(Long amount)
public Boolean getAuthenticated()
public void setAuthenticated(Boolean authenticated)
public Card getCard()
public void setCard(Card card)
public Long getCreated()
public void setCreated(Long created)
public String getCurrency()
public void setCurrency(String currency)
public Boolean getLivemode()
public void setLivemode(Boolean livemode)
public String getRedirectURL()
public void setRedirectURL(String redirectURL)
public String getStatus()
public void setStatus(String status)
public static ThreeDSecure create(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static ThreeDSecure create(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static ThreeDSecure retrieve(String id) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static ThreeDSecure retrieve(String id, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2017 Stripe. All rights reserved.