Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 2.36 KB

CommonOneTimeOrder.md

File metadata and controls

23 lines (21 loc) · 2.36 KB

RebillySdk::CommonOneTimeOrder

Properties

Name Type Description Notes
id **** The order identifier string. [optional]
order_type String Specifies the type of order, a subscription or a one-time purchase. [optional] [default to 'subscription-order']
billing_status String The billing status of the most recent invoice. It may help you determine if you should change the service status such as suspending the service. [optional]
website_id **** The website identifier string. [optional]
currency **** The order's currency. [optional]
initial_invoice_id **** The initial invoice identifier string. [optional]
recent_invoice_id **** Most recently issued invoice identifier string. It might not be `paid` yet. [optional]
items Array<CommonOrderItems> [optional]
delivery_address **** Order delivery address. [optional]
billing_address **** Order billing address. [optional]
activation_time **** Order activation time. [optional]
void_time **** Order void time. [optional]
coupon_ids Array<String> A list of coupons to redeem on the customer and restrict to this subscription. Read more about coupons here. This parameter respects the following logic: - When not passed then applied coupons will not be changed. - When empty array passed then all applied coupon redemptions will be canceled. - When list of coupons is passed then not applied yet coupons will be applied, already applied coupons will not change their state, applied coupons that are not presented in passed list will be canceled. If list of applied coupons on pending order will be changed due to this param during update order, Invoice for the order will be reissued. [optional]
po_number String Purchase order number, will be displayed on the issued invoices. [optional]
shipping Shipping [optional]
notes String Notes for the customer which will be displayed on the order invoice. [optional]
status String One-time order status. [optional]