Class: EInvoiceAPI::Models::DocumentCreateParams

Inherits:
DocumentCreate show all
Extended by:
Internal::Type::RequestParameters::Converter
Includes:
Internal::Type::RequestParameters
Defined in:
lib/e_invoice_api/models/document_create_params.rb

Overview

Instance Attribute Summary

Attributes included from Internal::Type::RequestParameters

#request_options

Attributes inherited from DocumentCreate

#allowances, #amount_due, #attachments, #billing_address, #billing_address_recipient, #charges, #currency, #customer_address, #customer_address_recipient, #customer_email, #customer_id, #customer_name, #customer_tax_id, #direction, #document_type, #due_date, #invoice_date, #invoice_id, #invoice_total, #items, #note, #payment_details, #payment_term, #previous_unpaid_balance, #purchase_order, #remittance_address, #remittance_address_recipient, #service_address, #service_address_recipient, #service_end_date, #service_start_date, #shipping_address, #shipping_address_recipient, #state, #subtotal, #tax_code, #tax_details, #total_discount, #total_tax, #vatex, #vatex_note, #vendor_address, #vendor_address_recipient, #vendor_email, #vendor_name, #vendor_tax_id

Instance Method Summary collapse

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

Methods inherited from DocumentCreate

values, variants

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(request_options: {}) ⇒ Object

Parameters:



# File 'lib/e_invoice_api/models/document_create_params.rb', line 10