Class: Recurly::Requests::InvoiceUpdate

Inherits:
Recurly::Request show all
Defined in:
lib/recurly/requests/invoice_update.rb

Instance Attribute Summary collapse

Attributes inherited from Recurly::Request

#attributes

Method Summary

Methods inherited from Recurly::Request

#==, #to_s

Methods included from Schema::SchemaFactory

#schema

Methods included from Schema::RequestCaster

#cast_request

Methods included from Schema::ResourceCaster

#cast

Methods included from Schema::SchemaValidator

#get_did_you_mean, #validate!, #validate_attribute!

Instance Attribute Details

#addressInvoiceAddress

Returns:



11
# File 'lib/recurly/requests/invoice_update.rb', line 11

define_attribute :address, :InvoiceAddress

#customer_notesString

Returns Customer notes are an optional note field.

Returns:

  • (String)

    Customer notes are an optional note field.



15
# File 'lib/recurly/requests/invoice_update.rb', line 15

define_attribute :customer_notes, String

#net_termsInteger

Returns Integer representing the number of days after an invoice's creation that the invoice will become past due. Changing Net terms changes due_on, and the invoice could move between past due and pending.

Returns:

  • (Integer)

    Integer representing the number of days after an invoice's creation that the invoice will become past due. Changing Net terms changes due_on, and the invoice could move between past due and pending.



19
# File 'lib/recurly/requests/invoice_update.rb', line 19

define_attribute :net_terms, Integer

#po_numberString

Returns This identifies the PO number associated with the invoice. Not editable for credit invoices.

Returns:

  • (String)

    This identifies the PO number associated with the invoice. Not editable for credit invoices.



23
# File 'lib/recurly/requests/invoice_update.rb', line 23

define_attribute :po_number, String

#terms_and_conditionsString

Returns Terms and conditions are an optional note field. Not editable for credit invoices.

Returns:

  • (String)

    Terms and conditions are an optional note field. Not editable for credit invoices.



27
# File 'lib/recurly/requests/invoice_update.rb', line 27

define_attribute :terms_and_conditions, String

#vat_reverse_charge_notesString

Returns VAT Reverse Charge Notes are editable only if there was a VAT reverse charge applied to the invoice.

Returns:

  • (String)

    VAT Reverse Charge Notes are editable only if there was a VAT reverse charge applied to the invoice.



31
# File 'lib/recurly/requests/invoice_update.rb', line 31

define_attribute :vat_reverse_charge_notes, String