alias Stripe::InvoiceCustomerShipping

Overview

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

Alias Definition

Stripe::Shipping

Defined in:

stripe/models/invoice_customer_shipping.cr

Constant Summary

MAX_LENGTH_FOR_CARRIER = 5000
MAX_LENGTH_FOR_NAME = 5000
MAX_LENGTH_FOR_PHONE = 5000
MAX_LENGTH_FOR_TRACKING_NUMBER = 5000