Updates this object
The properties that can be updated:
-
status Status of the invoice. Examples: OPEN = Invoice
has not been processed and can have invoice items added to it. PAID =
Invoice has been paid. UNPAID = Invoice was not paid when the card
was processed. System will try up to 5 times to process the card.
(required)
- Parameters:
auth_args - an Authentication object used for the API call. If no value is
passed the gloabl keys simplify.public_key and
simplify.private_key are used. For backwards compatibility the
public and private keys may be passed instead of an
Authentication object.
- Returns:
- a Invoice object.
|