Subscription Contract Last Billing Error Type
The possible values of the last billing error on a subscription contract.
Anchor to Valid valuesValid values
- CUSTOMER_ERROR
- INVENTORY_ERROR
- OTHER
- PAYMENT_ERROR
- Anchor to CUSTOMER_ERRORCUSTOMER_
ERROR Subscription billing attempt error due to customer error.
- Anchor to INVENTORY_ERRORINVENTORY_
ERROR Subscription billing attempt error due to inventory error.
- Anchor to OTHEROTHER
All other billing attempt errors.
- Anchor to PAYMENT_ERRORPAYMENT_
ERROR Subscription billing attempt error due to payment error.
Anchor to FieldsFields
- Anchor to SubscriptionContract.lastBillingAttemptErrorTypeSubscription•OBJECT
Contract.lastBillingAttemptErrorType A subscription contract that defines recurring purchases for a customer. Each contract specifies what products to deliver, when to bill and ship them, and at what price.
The contract includes
andthat control the frequency of charges and fulfillments.items define the products, quantities, and pricing for each recurringOrder. The contract tracksrecords, payment status, and generated orders throughout its lifecycle.Appinstances manage contracts through various status transitions including active, paused, failed, cancelled, or expired states.Learn more about building subscription contracts and updating subscription contracts.