Payments

ShippingAddress

This object represents a shipping address.

fields

fieldtyperequireddescription
country_codestringrequiredTwo-letter ISO 3166-1 alpha-2 country code
statestringrequiredState, if applicable
citystringrequiredCity
street_line1stringrequiredFirst line for the address
street_line2stringrequiredSecond line for the address
post_codestringrequiredAddress post code

import

types.ts
import type { ShippingAddress } from "@yaebal/types";

used by

types