docs typos
This commit is contained in:
parent
e8f9432507
commit
b3263e82b1
1 changed files with 5 additions and 5 deletions
|
|
@ -1025,7 +1025,7 @@ models:
|
||||||
|
|
||||||
- name: quantity
|
- name: quantity
|
||||||
data_type: numeric
|
data_type: numeric
|
||||||
description: How much of the item is transfered in this transaction.
|
description: How much of the item is transferred in this transaction.
|
||||||
|
|
||||||
- name: unit_amount
|
- name: unit_amount
|
||||||
data_type: numeric
|
data_type: numeric
|
||||||
|
|
@ -1034,17 +1034,17 @@ models:
|
||||||
- name: line_amount_local_curr
|
- name: line_amount_local_curr
|
||||||
data_type: numeric
|
data_type: numeric
|
||||||
description: |
|
description: |
|
||||||
The total value transfered in this line, in the transaction currency.
|
The total value transferred in this line, in the transaction currency.
|
||||||
|
|
||||||
- name: line_amount_in_gbp
|
- name: line_amount_in_gbp
|
||||||
data_type: numeric
|
data_type: numeric
|
||||||
description: |
|
description: |
|
||||||
The total value transfered in this line, presented in GBP.
|
The total value transferred in this line, presented in GBP.
|
||||||
|
|
||||||
- name: line_amount_wo_taxes_local_curr
|
- name: line_amount_wo_taxes_local_curr
|
||||||
data_type: numeric
|
data_type: numeric
|
||||||
description: |
|
description: |
|
||||||
The total value transfered in this line, minus taxes, in the
|
The total value transferred in this line, minus taxes, in the
|
||||||
transaction currency.
|
transaction currency.
|
||||||
|
|
||||||
In some cases, this will be the same value as the line amount. This
|
In some cases, this will be the same value as the line amount. This
|
||||||
|
|
@ -1055,7 +1055,7 @@ models:
|
||||||
- name: line_amount_wo_taxes_in_gbp
|
- name: line_amount_wo_taxes_in_gbp
|
||||||
data_type: numeric
|
data_type: numeric
|
||||||
description: |
|
description: |
|
||||||
TThe total value transfered in this line, minus taxes, presented in
|
The total value transferred in this line, minus taxes, presented in
|
||||||
GBP.
|
GBP.
|
||||||
|
|
||||||
In some cases, this will be the same value as the line amount. This
|
In some cases, this will be the same value as the line amount. This
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue