| java.lang.Object | |
| ↳ | com.usebutton.sdk.autofill.PaymentMethod |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PaymentMethod.CardType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| cardNumber | The user's payment card number, as a string without any spaces |
|---|
| cvv | The three or four-digit number representing the user's payment card CVV |
|---|
| 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 |
|---|
| fullName | The user's full name as it appears on the card |
|---|