java.lang.Object | |
↳ | com.usebutton.sdk.autofill.PaymentMethod |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
enum | PaymentMethod.CardType |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PaymentMethod() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getCardNumber() | ||||||||||
String | getCvv() | ||||||||||
String | getExpiration() | ||||||||||
String | getExpirationMonth() | ||||||||||
String | getExpirationYear() | ||||||||||
String | getFullName() | ||||||||||
void |
setCardNumber(String cardNumber)
This method is deprecated.
No replacement.
| ||||||||||
void |
setCvv(String cvv)
This method is deprecated.
No replacement.
| ||||||||||
void |
setExpirationMonth(String expirationMonth)
This method is deprecated.
No replacement.
| ||||||||||
void | setExpirationYear(String expirationYear) | ||||||||||
void |
setFullName(String fullName)
This method is deprecated.
No replacement.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This method is deprecated.
No replacement.
cardNumber | The user's payment card number, as a string without any spaces |
---|
This method is deprecated.
No replacement.
cvv | The three or four-digit number representing the user's payment card CVV |
---|
This method is deprecated.
No replacement.
expirationMonth | The two-digit number representing the user's payment card expiration month |
---|
expirationYear | The two or four-digit number representing the user's payment card expiration year |
---|
This method is deprecated.
No replacement.
fullName | The user's full name as it appears on the card |
---|