Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
EasyPost
Refund
PHP 클래스 EasyPost\Refund
상속:
extends
EasypostResource
파일 보기
프로젝트 열기: easypost/easypost-php
1 사용 예제들
공개 메소드들
메소드
설명
all
(
mixed
$params
= null,
string
$apiKey
= null ) :
mixed
retrieve all refunds
create
(
mixed
$params
= null,
string
$apiKey
= null ) :
mixed
create a refund
retrieve
(
string
$id
,
string
$apiKey
= null ) :
mixed
retrieve a refund
메소드 상세
all()
공개
정적인
메소드
retrieve all refunds
public
static
all
(
mixed
$params
= null,
string
$apiKey
= null ) :
mixed
$params
mixed
$apiKey
string
리턴
mixed
create()
공개
정적인
메소드
create a refund
public
static
create
(
mixed
$params
= null,
string
$apiKey
= null ) :
mixed
$params
mixed
$apiKey
string
리턴
mixed
retrieve()
공개
정적인
메소드
retrieve a refund
public
static
retrieve
(
string
$id
,
string
$apiKey
= null ) :
mixed
$id
string
$apiKey
string
리턴
mixed