Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.48 KB

BookVoucherRequest.md

File metadata and controls

14 lines (11 loc) · 1.48 KB

# BookVoucherRequest

Properties

Name Type Description Notes
amount float Amount which should be booked. Can also be a partial amount.
date \DateTime The booking date. Most likely the current date.
type string Define a type for the booking.<br> The following type abbreviations are available (abbreviation <-> meaning).<br> <ul> <li>N <-> Normal booking / partial booking</li> <li>CB <-> Reduced amount due to discount (skonto)</li> <li>CF <-> Reduced/Higher amount due to currency fluctuations (deprecated)</li> <li>O <-> Reduced/Higher amount due to other reasons</li> <li>OF <-> Higher amount due to reminder charges</li> <li>MTC <-> Reduced amount due to the monetary traffic costs</li> </ul>
check_account \Itsmind\Sevdesk\Model\BookCreditNoteRequestCheckAccount
check_account_transaction \Itsmind\Sevdesk\Model\BookVoucherRequestCheckAccountTransaction [optional]
create_feed bool Determines if a feed is created for the booking process. [optional]

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