Package com.mercadopago.client.cardtoken
Class CardTokenRequest
- java.lang.Object
-
- com.mercadopago.client.cardtoken.CardTokenRequest
-
public class CardTokenRequest extends Object
Card data used in requests.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCardTokenRequest.CardTokenRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CardTokenRequest.CardTokenRequestBuilderbuilder()StringgetCardId()Id of the card.StringgetCustomerId()Id of the customer.StringgetSecurityCode()Security code of the card.
-
-
-
Method Detail
-
builder
public static CardTokenRequest.CardTokenRequestBuilder builder()
-
getCardId
public String getCardId()
Id of the card.
-
getCustomerId
public String getCustomerId()
Id of the customer.
-
getSecurityCode
public String getSecurityCode()
Security code of the card.
-
-