Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertAddress ¶
func ConvertAddress(add *Address) []moovcustomers.CreateAddress
Types ¶
type Address ¶
type Address struct { // Address1 is the first line of a postal address Address1 string `json:"address1,omitempty"` // Address2 is the second and optional line of a postal address Address2 string `json:"address2,omitempty"` // City is the name of a United States incorporated city City string `json:"city,omitempty"` // State is the two charcer code of a US state State string `json:"state,omitempty"` // PostalCode is a United States postal code PostalCode string `json:"postalCode,omitempty"` }
Address is an object for capturing US postal addresses
Click to show internal directories.
Click to hide internal directories.