shippo v0.1.0 Shippo.Operation.Address View Source
Link to this section Summary
Functions
Creates a new address object.
Retrieve an existing address by object id.
List all addresses.
Validate an existing address by object id.
Link to this section Functions
Link to this function
create(params, opts \\ [])
View Sourcecreate(params :: map(), opts :: keyword()) :: Shippo.Operation.t()
Creates a new address object.
Link to this function
get(id, opts \\ [])
View Sourceget(id :: binary(), opts :: keyword()) :: Shippo.Operation.t()
Retrieve an existing address by object id.
List all addresses.
Link to this function
validate(id, opts \\ [])
View Sourcevalidate(id :: binary(), opts :: keyword()) :: Shippo.Operation.t()
Validate an existing address by object id.