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 class
CardTokenRequest.CardTokenRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CardTokenRequest.CardTokenRequestBuilder
builder()
String
getCardId()
Id of the card.String
getCustomerId()
Id of the customer.String
getSecurityCode()
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.
-
-