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 |
getRedirectURL() |
String |
getStatus() |
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 |
setRedirectURL(String redirectURL) |
void |
setStatus(String status) |
classURL, classURL, instanceURL, instanceURL, multipartRequest, request, requestCollection, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncode
equals, toString
public void setId(String id)
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
Copyright © 2016 Stripe. All rights reserved.