alias Stripe::InvoiceCustomerAddress

Overview

The customer's address. Until the invoice is finalized, this field will equal customer.address. Once the invoice is finalized, this field will no longer be updated.

Alias Definition

Stripe::Address

Defined in:

stripe/models/invoice_customer_address.cr

Constant Summary

MAX_LENGTH_FOR_CITY = 5000
MAX_LENGTH_FOR_COUNTRY = 5000
MAX_LENGTH_FOR_LINE1 = 5000
MAX_LENGTH_FOR_LINE2 = 5000
MAX_LENGTH_FOR_POSTAL_CODE = 5000
MAX_LENGTH_FOR_STATE = 5000