kyc

package
v0.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL