clarify refund is not in GBP
This commit is contained in:
parent
ec8490527d
commit
092b8bd725
1 changed files with 8 additions and 9 deletions
|
|
@ -925,8 +925,9 @@ models:
|
||||||
description: |
|
description: |
|
||||||
The total amount due created by the interaction, in GBP.
|
The total amount due created by the interaction, in GBP.
|
||||||
|
|
||||||
Should we refund the payment, this is also the amount we will give
|
Should we refund the payment, this is the GBP equivalent of the
|
||||||
back to the guest.
|
amount we will give back to the guest, but we won't be paying in
|
||||||
|
GBP unless the original payment was in GBP.
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
- not_null
|
||||||
- name: tax_amount_in_txn_currency
|
- name: tax_amount_in_txn_currency
|
||||||
|
|
@ -991,7 +992,7 @@ models:
|
||||||
- name: is_vat_taxed
|
- name: is_vat_taxed
|
||||||
data_type: boolean
|
data_type: boolean
|
||||||
description: |
|
description: |
|
||||||
Syntactic suger to indicate if there's any VAT on this payment.
|
Syntactic sugar to indicate if there's any VAT on this payment.
|
||||||
Will be true if so, false if not for any reason (guest country has
|
Will be true if so, false if not for any reason (guest country has
|
||||||
no VAT, the payment is for a deposit, etc.)
|
no VAT, the payment is for a deposit, etc.)
|
||||||
tests:
|
tests:
|
||||||
|
|
@ -1017,8 +1018,6 @@ models:
|
||||||
# - false
|
# - false
|
||||||
# where: are_user_details_deleted != true or are_user_details_deleted is not null
|
# where: are_user_details_deleted != true or are_user_details_deleted is not null
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: is_missing_vat_rate_for_country
|
- name: is_missing_vat_rate_for_country
|
||||||
data_type: boolean
|
data_type: boolean
|
||||||
description: |
|
description: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue