Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.6 KB

File metadata and controls

19 lines (15 loc) · 1.6 KB

PaymentMethodSubscriptionLink

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated datetime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]
id str { "description" : "", "verbs":["GET"] } [optional]
crm_id str { "description" : "CRM ID of the product-rate-plan.", "verbs":["POST","PUT","GET"] } [optional]
subscription_id str { "description" : "Subscription to add payment method to.", "verbs":["POST","GET"] }
organization_id str [optional]
payment_method_id str { "description" : "Payment method to add to subscription.", "verbs":["POST","GET"] }
deleted bool [optional] [default to False]
payment_method PaymentMethod [optional]

[Back to Model list] [Back to API list] [Back to README]