| Name | Type | Description | Notes |
|---|---|---|---|
| address_line1 | String | ||
| address_line2 | String | [optional] | |
| city | String | ||
| state | String | ||
| country | Integer | ||
| postal_code | String | ||
| time_zone | String | [optional] |
require 'openapi_client'
instance = OpenapiClient::PFLitePaymentLinkRequestCustomersInnerAddress.new(
address_line1: null,
address_line2: null,
city: null,
state: null,
country: null,
postal_code: null,
time_zone: null
)