EasyPost\CustomsItem::save PHP Method

save() public method

save the customs item
public save ( )
    public function save()
    {
        return self::_save(get_class());
    }