Wasm Directoryalpha
Record

post-checkout-sessions-body-payment-intent-data-shipping-address

No description available.

record post-checkout-sessions-body-payment-intent-data-shipping-address {
  city: option​<string>,
  country: option​<string>,
  line1: string,
  line2: option​<string>,
  postal-code: option​<string>,
  state: option​<string>,
}

Fields

NameTypeDescription
cityoption​<string>
countryoption​<string>
line1string
line2option​<string>
postal-codeoption​<string>
stateoption​<string>