Last updated 3 years ago
Was this helpful?
If you wish to represent a user's credit card whilst purchasing a title, you use ECCreditCardPayment. For example, utilizing an :
var payment = new ECCreditCardPayment('4012888888881881');
payment.number
The number set during instantiation. Can be retrieved, or set to another number.