InvoiceParamsOutBravo
#Status
member :status, :string
#Invoice db-id
member :id, :string
#Invoice state
member :state, :int
#Currency abbrevation
member :currency, :string
#Invoice number
member :invoice_nr, :string
#Order number
member :order_nr, :string
#Total sum without tax
member :sum, :string
#Total sum with tax
member :sum_tax, :string
#Delivery date, YYYYMMDD
member :delivery_date, :string
#Delivery type (e.g. mail)
member :delivery_type, :string
#Invoice reference number
member :reference_nr, :string
#Invoicing date, YYYYMMDD
member :date, :string
#Invoice due date, YYYYMMDD
member :date_due, :string
#Company's interest rate (e.g. 11.5)
member :company_interest, :string
#Company's reminder fee in invoices currency (e.g. 5.50)
member :company_reminder, :string
#Company's paper fee, added if customer requests paper invoice (e.g. 3.25)
member :company_paper_fee, :string
#Reference for customer ("Viitteenne")
member :customer_reference, :string
#Reference for company ("Viitteemme")
member :company_reference, :string
#Comment for email invoice
member :company_comment, :string
#Customer comment (from decline invoice)
member :customer_comment, :string
#Additional information for invoice
member :notes, :string
#Language code for invoice (e.g. 'FI')
member :lang, :string
#Customer number
member :customer_nr, :int
#Name
member :customer_name, :string
#Email
member :customer_email, :string
#Business ID, VAT, etc
member :customer_bid, :string
#Contact person's name
member :customer_contact_p, :string
#First line of street address
member :customer_address1, :string
#Second line of street address
member :customer_address2, :string
#Postal code
member :customer_post_code, :string
#Postal office
member :customer_post_office, :string
#State
member :customer_state, :string
#Country (e.g. 'FI')
member :customer_country, :string
#EDI-code (OVT)
member :customer_ovt, :string
#Invoice item lines, array
member :items, ItemsOut
#Invoice accounts (where payment is done), array
member :accounts, InvoiceAccountParamsOut
#Invoice actions, array
member :actions, InvoiceActionParamsOut
#File attachments
member :attachments, FileAttachment
Also available in:
HTML
TXT