-
Notifications
You must be signed in to change notification settings - Fork 2
SalesReceipt
Leandro Rowies edited this page Apr 19, 2022
·
4 revisions
SalesReceipt
are transaction created when a customer produce a payment for a service or a set of goods.
Name | Type | Description | Constraints |
---|---|---|---|
BankAccountCode | String | Required. Get/Set the bank account code the receipt is going to go to. | |
CustomerCode | String | Required. Get/Set the customer code from who the receipt is. | |
CheckReference | String | Required. Get/Set the check reference/external reference of the transaction. | |
PaymentAmount | Decimal | Required. Get/Set the check payment amount. |
|
PaymentDate | DateTime | Required. Get/Set the check payment amount. | |
ExchangeRate | Decimal | Required. Get/Set the exchange rate between the customer's currency and the system base currency. |
|
BankExchangeRate | Decimal | Required. Get/Set the exchange rate between the customer's bank's currency and the system base currency. |
|
Description | String | Required. Get/Set the check description. |
|
LodgmentNumber | String | Not Required. Get/Set the receipt lodgment number if it is part of a lodgment. |
|