Skip to content

Latest commit

 

History

History
45 lines (42 loc) · 4.9 KB

CreditNoteResetToDraft200ResponseObjects.md

File metadata and controls

45 lines (42 loc) · 4.9 KB

# CreditNoteResetToDraft200ResponseObjects

Properties

Name Type Description Notes
id string The creditNote id [optional] [readonly]
object_name string The creditNote object name [optional] [readonly] [default to 'CreditNote']
create \DateTime Date of creditNote creation [optional] [readonly]
update \DateTime Date of last creditNote update [optional] [readonly]
credit_note_number string The creditNote number [optional]
contact \Itsmind\Sevdesk\Model\ModelCreditNoteResponseContact [optional]
credit_note_date \DateTime The credit note date [optional]
status string Please have a look in <a href='#tag/CreditNote/Status-of-credit-notes'>status of credit note</a> to see what the different status codes mean [optional]
header string Normally consist of prefix plus the creditNote number [optional]
head_text string Certain html tags can be used here to format your text [optional]
foot_text string Certain html tags can be used here to format your text [optional]
address_country \Itsmind\Sevdesk\Model\ModelCreditNoteResponseAddressCountry [optional]
create_user \Itsmind\Sevdesk\Model\ModelCreditNoteResponseCreateUser [optional]
sev_client \Itsmind\Sevdesk\Model\ModelCreditNoteResponseSevClient [optional]
delivery_date \DateTime Timestamp. This can also be a date range if you also use the attribute deliveryDateUntil [optional]
small_settlement bool Defines if the client uses the small settlement scheme. If yes, the creditNote must not contain any vat [optional]
contact_person \Itsmind\Sevdesk\Model\ModelCreditNoteResponseContactPerson [optional]
tax_rate string Is overwritten by creditNote position tax rates [optional]
tax_rule \Itsmind\Sevdesk\Model\ModelCreditNoteResponseTaxRule [optional]
tax_set \Itsmind\Sevdesk\Model\ModelCreditNoteResponseTaxSet [optional]
tax_text mixed [optional]
tax_type string Use this in sevDesk-Update 1.0 (instead of taxRule). Tax type of the creditNote. There are four tax types: 1. default - Umsatzsteuer ausweisen 2. eu - Steuerfreie innergemeinschaftliche Lieferung (Europäische Union) 3. noteu - Steuerschuldnerschaft des Leistungsempfängers (außerhalb EU, z. B. Schweiz) 4. custom - Using custom tax set 5. ss - Not subject to VAT according to §19 1 UStG Tax rates are heavily connected to the tax type used. [optional]
send_date \DateTime The date the creditNote was sent to the customer [optional]
address string Complete address of the recipient including name, street, city, zip and country.<br> Line breaks can be used and will be displayed on the invoice pdf. [optional]
currency string Currency used in the creditNote. Needs to be currency code according to ISO-4217 [optional]
sum_net string Net sum of the creditNote [optional] [readonly]
sum_tax string Tax sum of the creditNote [optional] [readonly]
sum_gross string Gross sum of the creditNote [optional] [readonly]
sum_discounts string Sum of all discounts in the creditNote [optional] [readonly]
sum_net_foreign_currency string Net sum of the creditNote in the foreign currency [optional] [readonly]
sum_tax_foreign_currency string Tax sum of the creditNote in the foreign currency [optional] [readonly]
sum_gross_foreign_currency string Gross sum of the creditNote in the foreign currency [optional] [readonly]
sum_discounts_foreign_currency string Discounts sum of the creditNote in the foreign currency [optional] [readonly]
customer_internal_note mixed [optional]
show_net bool If true, the net amount of each position will be shown on the creditNote. Otherwise gross amount [optional]
send_type string Type which was used to send the creditNote. IMPORTANT: Please refer to the creditNote section of the * API-Overview to understand how this attribute can be used before using it! [optional]
credit_note_type string Type of the creditNote. For more information on the different types, check <a href='https://api.sevdesk.de/#section/Types-and-status-of-credit-notes&#39;&gt;this&lt;/a> . [optional]

[Back to Model list] [Back to API list] [Back to README]