the ID of the customer or a Customer object
the method that will be associated to the Customer
a promise that may resolve to the created object
Deletes an existing PaymentMethod
the ID of the customer or the Customer object that the PaymentMethod belongs to
the id of the PaymentMethod
a promise that will resolve if the removal was successful and be rejected otherwise
Retrieves information of a single PaymentMethod
the ID of the customer or a Customer object
the ID of the PaymentMethod
a promise that will result in a PaymentMethod if both parameters are valid
Returns all PaymentMethods for a Customer
Note that this does not use a PagedRequest
Updates an existing PaymentMethod
the ID of the customer or the Customer object associated with the PaymentMethod
the payment method that will be updated
a promise that may resolve to the updated object
Generated using TypeDoc
Creates a new PaymentMethod associated with a Customer