Customers.BillingAddress (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Customers.BillingAddress{
  address_line1: String.t(),
  address_line2: String.t(),
  city: String.t(),
  country: <<_::2>>,
  state: <<_::2>>,
  zip: <<_::50>>
}

Link to this section Functions

Link to this function

build(raw_params)