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: |
|
||||
The total amount due created by the interaction, in GBP.
|
||||
|
||||
Should we refund the payment, this is also the amount we will give
|
||||
back to the guest.
|
||||
Should we refund the payment, this is the GBP equivalent of the
|
||||
amount we will give back to the guest, but we won't be paying in
|
||||
GBP unless the original payment was in GBP.
|
||||
tests:
|
||||
- not_null
|
||||
- name: tax_amount_in_txn_currency
|
||||
|
|
@ -991,7 +992,7 @@ models:
|
|||
- name: is_vat_taxed
|
||||
data_type: boolean
|
||||
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
|
||||
no VAT, the payment is for a deposit, etc.)
|
||||
tests:
|
||||
|
|
@ -1017,8 +1018,6 @@ models:
|
|||
# - false
|
||||
# where: are_user_details_deleted != true or are_user_details_deleted is not null
|
||||
|
||||
|
||||
|
||||
- name: is_missing_vat_rate_for_country
|
||||
data_type: boolean
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue