Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.45 KB

PUTSubscriptionSuspendResponseType.md

File metadata and controls

19 lines (15 loc) · 1.45 KB

PUTSubscriptionSuspendResponseType

Properties

Name Type Description Notes
credit_memo_id str The credit memo ID, if a credit memo is generated during the subscription process. Note: This field is only available if you have the Invoice Settlements feature enabled. [optional]
invoice_id str Invoice ID, if an invoice is generated during the subscription process. [optional]
paid_amount str Payment amount, if a payment is collected. [optional]
payment_id str Payment ID, if a payment is collected. [optional]
resume_date date The date when subscription resumption takes effect, in the format yyyy-mm-dd. [optional]
subscription_id str The subscription ID. [optional]
success bool Returns `true` if the request was processed successfully. [optional]
suspend_date date The date when subscription suspension takes effect, in the format yyyy-mm-dd. [optional]
term_end_date date The date when the new subscription term ends, in the format yyyy-mm-dd. [optional]
total_delta_tcv str Change in the total contracted value of the subscription as a result of the update. [optional]

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