You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**city** | **string** | The city for the billing address. |
8
-
**country** | **string** | The country for the billing address. |
9
-
**postal_code** | **string** | The postal code or zip code for the billing address. |
10
-
**state** | **string** | The state, county, or province for the billing address. |
7
+
**city** | **string** | The city for the billing address. |[optional]
8
+
**country** | **string** | The country for the billing address. |[optional]
9
+
**postal_code** | **string** | The postal code or zip code for the billing address. |[optional]
10
+
**state** | **string** | The state, county, or province for the billing address. |[optional]
11
11
**state_code** | **string** | The code of state, county, or province for the billing address in ISO 3166-2 format. | [optional]
12
12
**house_number_or_name** | **string** | The house number or name for the billing address. Not all payment services use this field but some do. | [optional]
13
-
**line1** | **string** | The first line of the billing address. |
13
+
**line1** | **string** | The first line of the billing address. |[optional]
14
14
**line2** | **string** | The second line of the billing address. | [optional]
15
15
**organization** | **string** | The optional name of the company or organisation to add to the billing address. | [optional]
Copy file name to clipboardExpand all lines: docs/Model/BillingDetails.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
**first_name** | **string** | The first name(s) or given name of the buyer. | [optional]
9
9
**last_name** | **string** | The last name, or family name, of the buyer. | [optional]
10
10
**email_address** | **string** | The email address of the buyer. | [optional]
11
-
**phone_number** | **string** | The phone number of the buyer. This expect the number in the [E164 number standard](https://www.twilio.com/docs/glossary/what-e164). | [optional]
11
+
**phone_number** | **string** | The phone number of the buyer. This number is formatted according to the [E164 number standard](https://www.twilio.com/docs/glossary/what-e164). | [optional]
Copy file name to clipboardExpand all lines: docs/Model/BillingDetailsRequest.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
7
7
**first_name** | **string** | The first name(s) or given name for the buyer. | [optional]
8
8
**last_name** | **string** | The last name, or family name, of the buyer. | [optional]
9
9
**email_address** | **string** | The email address for the buyer. | [optional]
10
-
**phone_number** | **string** | The phone number to use for this request. This expect the number in the [E164 number standard](https://www.twilio.com/docs/glossary/what-e164). | [optional]
**phone_number** | **string** | The phone number for the buyer which should be formatted according to the [E164 number standard](https://www.twilio.com/docs/glossary/what-e164). | [optional]
11
+
**address** | [**Address**](Address.md) | The billing address for the buyer. | [optional]
12
12
**tax_id** | [**TaxId**](TaxId.md) | | [optional]
13
13
14
14
[[Back to Model list]](../../README.md#models)[[Back to API list]](../../README.md#endpoints)[[Back to README]](../../README.md)
**address** | [**AddressUpdate**](AddressUpdate.md) | Address associated with the billing details. | [optional]
8
7
**first_name** | **string** | The first name(s) or given name for the buyer. | [optional]
9
8
**last_name** | **string** | The last name, or family name, of the buyer. | [optional]
10
9
**email_address** | **string** | The email address for the buyer. | [optional]
11
-
**phone_number** | **string** | The phone number to use for this request. This expect the number in the [E164 number standard](https://www.twilio.com/docs/glossary/what-e164). | [optional]
10
+
**phone_number** | **string** | The phone number for the buyer which should be formatted according to the [E164 number standard](https://www.twilio.com/docs/glossary/what-e164). | [optional]
11
+
**address** | [**Address**](Address.md) | The billing address for the buyer. | [optional]
12
12
**tax_id** | [**TaxId**](TaxId.md) | | [optional]
13
13
14
14
[[Back to Model list]](../../README.md#models)[[Back to API list]](../../README.md#endpoints)[[Back to README]](../../README.md)
**billing_details** | [**BillingDetailsUpdateRequest**](BillingDetailsUpdateRequest.md) | The optional billing details to update a buyer. | [optional]
8
7
**external_identifier** | **string** | An external identifier that can be used to match the buyer against your own records. This value needs to be unique for all buyers. | [optional]
9
8
**display_name** | **string** | A unique name for this buyer which is used in the Gr4vy admin panel to give a buyer a human readable name. | [optional]
Copy file name to clipboardExpand all lines: docs/Model/StatementDescriptor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
**name** | **string** | Reflects your doing business as (DBA) name. Other validations: 1. Contains only Latin characters. 2. Contain at least one letter 3. Does not contain any of the special characters `<>\\'\" *` 4. Supports: 1. Lower case: `a-z` 2. Upper case: `A-Z` 3. Numbers: `0-9` 4. Spaces: `` 5. Special characters: `. , _ - ? + /`. | [optional]
8
8
**description** | **string** | A short description about the purchase. Other validations: 1. Contains only Latin characters. 2. Contain at least one letter 3. Does not contain any of the special characters `<>\\'\" *` 4. Supports: 1. Lower case: `a-z` 2. Upper case: `A-Z` 3. Numbers: `0-9` 4. Spaces: `` 5. Special characters: `. , _ - ? + /`. | [optional]
9
9
**city** | **string** | City from which the charge originated. | [optional]
10
-
**phone_number** | **string** | The value in the phone number field of a customer's statement. The phone number to use for this request. This expect the number in the [E164 number standard](https://www.twilio.com/docs/glossary/what-e164). | [optional]
10
+
**phone_number** | **string** | The value in the phone number field of a customer's statement which should be formatted according to the [E164 number standard](https://www.twilio.com/docs/glossary/what-e164). | [optional]
11
11
**url** | **string** | The value in the URL/web address field of a customer's statement. | [optional]
12
12
13
13
[[Back to Model list]](../../README.md#models)[[Back to API list]](../../README.md#endpoints)[[Back to README]](../../README.md)
0 commit comments