AdminPostPriceListsPriceListPriceListReq
The details to update of the payment collection.
Properties
name
stringThe name of the Price List
description
stringThe description of the Price List.
starts_at
null | DateThe date with timezone that the Price List starts being valid.
ends_at
null | DateThe date with timezone that the Price List ends being valid.
status
PriceListStatusThe status of the Price List. If the status is set to draft
, the prices created in the price list will not be available of the customer.
status
PriceListStatusdraft
, the prices created in the price list will not be available of the customer.type
PriceListTypeThe type of the Price List.
type
PriceListTypeprices
AdminPriceListPricesUpdateReq[]The prices of the Price List.
prices
AdminPriceListPricesUpdateReq[]customer_groups
CustomerGroup[]An array of customer groups that the Price List applies to.
customer_groups
CustomerGroup[]includes_tax
booleanTax included in prices of price list
Was this section helpful?