Sha256: 41e3e0f12e63b618d64fd474448c296f2541b8c87f74617b927263542de5b739

Contents?: true

Size: 1.53 KB

Versions: 39

Compression:

Stored size: 1.53 KB

Contents

# This file is automatically created by Recurly's OpenAPI generation process
# and thus any edits you make by hand will be lost. If you wish to make a
# change to this file, please create a Github issue explaining the changes you
# need and we will usher them to the appropriate places.
module Recurly
  module Requests
    class InvoiceUpdatable < Request

      # @!attribute address
      #   @return [InvoiceAddress]
      define_attribute :address, :InvoiceAddress

      # @!attribute customer_notes
      #   @return [String] Customer notes are an optional note field.
      define_attribute :customer_notes, String

      # @!attribute net_terms
      #   @return [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.
      define_attribute :net_terms, Integer

      # @!attribute po_number
      #   @return [String] This identifies the PO number associated with the invoice. Not editable for credit invoices.
      define_attribute :po_number, String

      # @!attribute terms_and_conditions
      #   @return [String] Terms and conditions are an optional note field. Not editable for credit invoices.
      define_attribute :terms_and_conditions, String

      # @!attribute vat_reverse_charge_notes
      #   @return [String] VAT Reverse Charge Notes are editable only if there was a VAT reverse charge applied to the invoice.
      define_attribute :vat_reverse_charge_notes, String
    end
  end
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
recurly-3.28.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.27.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.26.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.25.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.24.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.23.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.22.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.21.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.20.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.19.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.18.1 lib/recurly/requests/invoice_updatable.rb
recurly-3.18.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.17.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.16.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.15.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.14.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.13.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.12.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.11.0 lib/recurly/requests/invoice_updatable.rb
recurly-3.10.0 lib/recurly/requests/invoice_updatable.rb