Record
sales-data-creditmemo-interface
No description available.
record sales-data-creditmemo-interface {
adjustment: option<f64>,
adjustment-negative: option<f64>,
adjustment-positive: option<f64>,
base-adjustment: option<f64>,
base-adjustment-negative: option<f64>,
base-adjustment-positive: option<f64>,
base-currency-code: option<string>,
base-discount-amount: option<f64>,
base-discount-tax-compensation-amount: option<f64>,
base-grand-total: option<f64>,
base-shipping-amount: option<f64>,
base-shipping-discount-tax-compensation-amnt: option<f64>,
base-shipping-incl-tax: option<f64>,
base-shipping-tax-amount: option<f64>,
base-subtotal: option<f64>,
base-subtotal-incl-tax: option<f64>,
base-tax-amount: option<f64>,
base-to-global-rate: option<f64>,
base-to-order-rate: option<f64>,
billing-address-id: option<s32>,
comments: option<list<sales-data-creditmemo-comment-interface>>,
created-at: option<string>,
creditmemo-status: option<s32>,
discount-amount: option<f64>,
discount-description: option<string>,
discount-tax-compensation-amount: option<f64>,
email-sent: option<s32>,
entity-id: option<s32>,
extension-attributes: option<sales-data-creditmemo-extension-interface>,
global-currency-code: option<string>,
grand-total: option<f64>,
increment-id: option<string>,
invoice-id: option<s32>,
items: list<sales-data-creditmemo-item-interface>,
order-currency-code: option<string>,
order-id: s32,
shipping-address-id: option<s32>,
shipping-amount: option<f64>,
shipping-discount-tax-compensation-amount: option<f64>,
shipping-incl-tax: option<f64>,
shipping-tax-amount: option<f64>,
state: option<s32>,
store-currency-code: option<string>,
store-id: option<s32>,
store-to-base-rate: option<f64>,
store-to-order-rate: option<f64>,
subtotal: option<f64>,
subtotal-incl-tax: option<f64>,
tax-amount: option<f64>,
transaction-id: option<string>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| adjustment | option<f64> | |
| adjustment-negative | option<f64> | |
| adjustment-positive | option<f64> | |
| base-adjustment | option<f64> | |
| base-adjustment-negative | option<f64> | |
| base-adjustment-positive | option<f64> | |
| base-currency-code | option<string> | |
| base-discount-amount | option<f64> | |
| base-discount-tax-compensation-amount | option<f64> | |
| base-grand-total | option<f64> | |
| base-shipping-amount | option<f64> | |
| base-shipping-discount-tax-compensation-amnt | option<f64> | |
| base-shipping-incl-tax | option<f64> | |
| base-shipping-tax-amount | option<f64> | |
| base-subtotal | option<f64> | |
| base-subtotal-incl-tax | option<f64> | |
| base-tax-amount | option<f64> | |
| base-to-global-rate | option<f64> | |
| base-to-order-rate | option<f64> | |
| billing-address-id | option<s32> | |
| comments | option<list<sales-data-creditmemo-comment-interface>> | |
| created-at | option<string> | |
| creditmemo-status | option<s32> | |
| discount-amount | option<f64> | |
| discount-description | option<string> | |
| discount-tax-compensation-amount | option<f64> | |
| email-sent | option<s32> | |
| entity-id | option<s32> | |
| extension-attributes | option<sales-data-creditmemo-extension-interface> | |
| global-currency-code | option<string> | |
| grand-total | option<f64> | |
| increment-id | option<string> | |
| invoice-id | option<s32> | |
| items | list<sales-data-creditmemo-item-interface> | |
| order-currency-code | option<string> | |
| order-id | s32 | |
| shipping-address-id | option<s32> | |
| shipping-amount | option<f64> | |
| shipping-discount-tax-compensation-amount | option<f64> | |
| shipping-incl-tax | option<f64> | |
| shipping-tax-amount | option<f64> | |
| state | option<s32> | |
| store-currency-code | option<string> | |
| store-id | option<s32> | |
| store-to-base-rate | option<f64> | |
| store-to-order-rate | option<f64> | |
| subtotal | option<f64> | |
| subtotal-incl-tax | option<f64> | |
| tax-amount | option<f64> | |
| transaction-id | option<string> | |
| updated-at | option<string> |