Method billingInvoiceInfo
billingInvoiceInfo
billingInvoiceInfoReturnbillingInvoiceInfo ( stringsession, stringnumber, stringpassword, stringcountry )Description
Return an invoice detailled infosParameters
- stringsession : the session id
- stringnumber : the invoice number
- stringpassword : the invoice password (needed if you are not the order nic)
- stringcountry : your billing country
Returns
the invoice details- stringbillnum : the bill number
- stringdate : the date
- stringnicbilling : the billing nic
- stringbaseprice : the base price
- floatfinalprice : the final price
- stringpassword : the invoice password
- stringorder : the order id
- stringnicorder : the order nic
- stringcountry : the country
- floattaxrate : the taxrate
- floattax : the tax
- stringtype : the type
- billingInvoiceInfoDetailStruct[] details : the bill details
- billingInvoiceInfoPayementStructpayment : the payement infos











Code generator
Method signature