-
Notifications
You must be signed in to change notification settings - Fork 2
PurchasePayment
PatrickLane edited this page Nov 10, 2014
·
1 revision
PurchasePayment are transactions created when a customer produce a payment for a service or a set of goods.
PurchasePayment members
| Name | Type | Description | Constraints |
|---|---|---|---|
| BankAccountCode | String | Get/Set the bank account code the payment is going to come from. | |
| BankExchangeRate | Decimal | Get/Set the exchange rate between the supplier's bank's currency and the system base currency. |
|
| CheckReference | String | Get/Set the check reference. | |
| SupplierCode | String | Get/Set the supplier code from who the receipt is. | |
| Description | String | Get/Set the check description. |
|
| ExchangeRate | Decimal | Get/Set the exchange rate between the supplier's currency and the system base currency. |
|
| PaymentAmount | Decimal | Get/Set the check payment amount. |
|
| PaymentDate | DateTime | Get/Set the check payment date. |