public class CreditCard extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
creditCardId
The unique ID of the credit_card.
|
String |
creditCardName
The string that identifies the credit_card such as MasterCard xxxxxx4769.
|
String |
email
The email address of the user who owns the card.
|
String |
referenceId
The unique reference ID of the account (this is set by the application in the /account/create or /account/modify call).
|
String |
state
The state that the credit card is in.
|
String |
userName
The name on the card (ie "Bob Smith").
|
| Constructor and Description |
|---|
CreditCard() |
public String creditCardId
public String creditCardName
public String state
public String userName
public String email
public String referenceId
Copyright © 2014. All Rights Reserved.