commit wip

This commit is contained in:
Joaquin Ossa 2025-02-06 12:20:33 +01:00
parent 0d11302a20
commit 20f700433d
3 changed files with 37 additions and 8 deletions

View file

@ -5297,6 +5297,18 @@ models:
data_type: date
description: The date when the payment was successfully made, in UTC.
- name: refund_payment_reference
data_type: date
description: The reference code associated with the refund payment.
- name: refund_due_date_utc
data_type: date
description: The due date for the refund payment, in UTC.
- name: payment_refunded_date_utc
data_type: date
description: The date when the payment was refunded, in UTC.
- name: total_amount_in_txn_currency
data_type: numeric
description: |
@ -5386,15 +5398,15 @@ models:
Main identifier of the B2B clients. A Deal can have multiple Hosts.
A Host can have only 1 Deal or no Deal at all. This field can be null.
- name: first_name
- name: host_first_name
data_type: character varying
description: First name of the host receiving the payment.
- name: last_name
- name: host_last_name
data_type: character varying
description: Last name of the host receiving the payment.
- name: email
- name: host_email
data_type: character varying
description: Email address of the host receiving the payment.
@ -5420,6 +5432,16 @@ models:
data_type: character varying
description: Email address of the guest making the payment.
- name: guest_billing_country
data_type: text
description: |
The country name of the guest's billing address.
- name: guest_billing_town
data_type: text
description: |
The town or city name of the guest's billing address.
- name: friendly_name
data_type: character varying
description: |