Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 2.67 KB

ContactPayment.md

File metadata and controls

35 lines (32 loc) · 2.67 KB

# ContactPayment

Properties

Name Type Description Notes
id string The unique identifier for the item [optional]
displayedAs string The name of the resource [optional]
path string The API path for the resource [optional]
createdAt \DateTime The datetime when the item was created [optional]
updatedAt \DateTime The datetime when the item was last updated [optional]
links \SynergiTech\Sage\Model\Link[] Links for the resource [optional]
transaction \SynergiTech\Sage\Model\Base [optional]
transactionType \SynergiTech\Sage\Model\Base [optional]
deletedAt \DateTime The datetime when the item was deleted [optional]
paymentMethod \SynergiTech\Sage\Model\Base [optional]
contact \SynergiTech\Sage\Model\Base [optional]
bankAccount \SynergiTech\Sage\Model\Base [optional]
date \DateTime The date the payment was made [optional]
netAmount float The net amount of the payment [optional]
taxAmount float The tax amount of the payment [optional]
totalAmount float The total amount of the payment [optional]
currency \SynergiTech\Sage\Model\Base [optional]
exchangeRate float The exchange rate of the payment [optional]
baseCurrencyNetAmount float The net amount of the payment in base currency [optional]
baseCurrencyTaxAmount float The tax amount of the payment in base currency [optional]
baseCurrencyTotalAmount float The total amount of the payment in base currency [optional]
baseCurrencyCurrencyCharge float The currency conversion charges in base currency [optional]
reference string A reference for the payment Note: An upper length limit of 25 or 40 characters is imposed conditionally and may not apply in every request. A hard upper limit of 255 characters is imposed by the storage layer, though. [optional]
allocatedArtefacts \SynergiTech\Sage\Model\AllocatedPaymentArtefact[] The allocated artefacts [optional]
taxRate \SynergiTech\Sage\Model\Base [optional]
paymentOnAccount \SynergiTech\Sage\Model\PaymentOnAccount [optional]
editable bool Indicates whether payment can be edited [optional]

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