Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.61 KB

File metadata and controls

27 lines (23 loc) · 2.61 KB

HelloAssoApi.HelloAssoApiV5CommonModelsFormsTierPublicModel

Properties

Name Type Description Notes
customFields [HelloAssoApiV5CommonModelsFormsCustomFieldPublicModel] List of custom fields to be filled by the user [optional]
extraOptions [HelloAssoApiV5CommonModelsFormsExtraOptionPublicModel] List of available extra options to buy along the tier [optional]
id Number id [optional]
label String label [optional]
description String description [optional]
tierType HelloAssoApiV5CommonModelsEnumsTierType [optional]
price Number the Price in cents if price equals 0 then it is free or there is a MinAmount [optional]
vatRate Number Vat rate if applicable Amount have to be 0.10 for 10% [optional]
minAmount Number If set, it means the payment is free to choose, according to the specified minAmount in cents [optional]
paymentFrequency HelloAssoApiV5CommonModelsEnumsPaymentFrequencyType [optional]
maxPerUser Number Max quantity buyable in this cart [optional]
meta HelloAssoApiV5CommonModelsCommonMetaModel [optional]
saleStartDate Date The datetime (Inclusive) at which the users can start buying this tier. If null the tier will be available at the start of the event. [optional]
saleEndDate Date The datetime (Inclusive) at which the tier is no longer available. If null the tier will be available until the end of the event. [optional]
isEligibleTaxReceipt Boolean Whether this is eligible to a deduction [optional]
terms [HelloAssoApiV5CommonModelsFormsTermModel] Terms of tier [optional]
picture HelloAssoApiV5CommonModelsCommonDocumentModel [optional]
isExcludedFromFormPaymentTerms Boolean True means this tier must be paid in the initial payment, false means it can be paid in payment with installments Null when the form payment terms are disabled or not compatible with the related form [optional]
isFavorite Boolean Indicates whether this tier is marked as a favorite. Used only in Donation form type. [optional]