PaymentMethod | Button SDK for Android v7.0.0
PaymentMethod
Summary
Nested Classes
Public Constructors
Public Methods
- String getCardNumber()
- String getCvv()
- String getExpiration()
- String getExpirationMonth()
- String getExpirationYear()
- String getFullName()
- void setCardNumber( String cardNumber)
This method is deprecated.
No replacement.
Parameters
| cardNumber | The user's payment card number, as a string without any spaces |
Parameters
| cvv | The three or four-digit number representing the user's payment card CVV |
- void setExpirationMonth( String expirationMonth)
This method is deprecated.
No replacement.
Parameters
| expirationMonth | The two-digit number representing the user's payment card expiration month |
- void setExpirationYear( String expirationYear)
Parameters
| expirationYear | The two or four-digit number representing the user's payment card expiration year |
- void setFullName( String fullName)
This method is deprecated.
No replacement.
Parameters
| fullName | The user's full name as it appears on the card |