new module:models/SourcePaymentCustomer()
This class subject to change without prior notice, Please dont use this class directly.
Constructs a newSourcePaymentCustomer
.
Members
-
inner customer_reference :String
-
The unique identifier in the client system for the customer.
-
inner id :String
-
-
inner url :String
-
This URL fetches the details of source payment.
Methods
-
static constructFromObject(data, obj) → {module:models/SourcePaymentCustomer}
-
Constructs a
SourcePaymentCustomer
from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties fromdata
toobj
if supplied or a new instance if not.Parameters:
Name Type Description data
Object The plain JavaScript object bearing properties of interest.
obj
module:models/SourcePaymentCustomer Optional instance to populate.