Links

ECCreditCardPayment

If you wish to represent a user's credit card whilst purchasing a title, you use ECCreditCardPayment. For example, utilizing an example credit card number:
var payment = new ECCreditCardPayment('4012888888881881');

Properties

Property Name
Discussion
payment.number
The number set during instantiation. Can be retrieved, or set to another number.