ExPostmen

v0.1.4

  • Pages
  • Modules

    ExPostmen v0.1.4 ExPostmen.ShipperAccount View Source

    ShipperAccount object in Postmen

    Link to this section Summary

    Functions

    create(params)
    delete(id)
    find(id, params \\ nil)
    list(params \\ nil)
    update_credentials(id, params)
    update_info(id, params)

    Link to this section Functions

    Link to this function create(params) View Source
    create(map) :: ExPostmen.Request.t
    Link to this function delete(id) View Source
    delete(binary) :: ExPostmen.Request.t
    Link to this function find(id, params \\ nil) View Source
    find(binary, map) :: ExPostmen.Request.t
    Link to this function list(params \\ nil) View Source
    list(map) :: ExPostmen.Request.t
    Link to this function update_credentials(id, params) View Source
    Link to this function update_info(id, params) View Source

    Built using ExDoc (v0.16.3), designed by Friedel Ziegelmayer.