Store
Store represents an object describing store attributes.
List of available attributes
- address
- bank_details
- company_name
- currency
- image?
- image
- invoice_branding
- notification_email
- reply_email
- tax_rate
- terms_url
- value_date_days
address
Returns Address object of store address.bank_details
Returns translated bank details based on locale.company_name
Returns translated company name based on locale.currency
Returns store currency.
image?
Returns "true" if the store has an image. Returns "false" otherwise.
image
Returns Image object of store image.
invoice_branding
Returns "true" if Voog branding is displayed on invoices. Returns "false" otherwise. Defaults to "true".
notification_email
Returns email address where all store notification emails are sent to.
reply_email
Returns email address of "Reply-To" address in customer emails.
tax_rate
Returns VAT percentage.
terms_url
Returns URL to translated terms page based on locale.value_date_days
Returns the number of days until the invoice's payment due date.