actindo ->bill__set_currency
actindo -> bill__set_currency: Set currency on bill
Signaturint bill__set_currency( string $sid, int $bill_id, string $currency )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $bill_id
    Bill-ID
     
  • string $currency
    Currency (3 letter abbrev., eg. EUR)
     
Returnsint
0, if OK. Error code if not OK
 
DescriptionSet currency on bill