PHP 클래스 EasyPost\Container

상속: extends easypost\Resource
파일 보기 프로젝트 열기: easypost/easypost-php

공개 메소드들

메소드 설명
all ( mixed $params = null, string $apiKey = null ) : mixed retrieve all containers
create ( mixed $params = null, string $apiKey = null ) : mixed create a container
retrieve ( string $id, string $apiKey = null ) : mixed retrieve a container
save ( ) save a container

메소드 상세

all() 공개 정적인 메소드

retrieve all containers
public static all ( mixed $params = null, string $apiKey = null ) : mixed
$params mixed
$apiKey string
리턴 mixed

create() 공개 정적인 메소드

create a container
public static create ( mixed $params = null, string $apiKey = null ) : mixed
$params mixed
$apiKey string
리턴 mixed

retrieve() 공개 정적인 메소드

retrieve a container
public static retrieve ( string $id, string $apiKey = null ) : mixed
$id string
$apiKey string
리턴 mixed

save() 공개 메소드

save a container
public save ( )