関数
SandboxSimulation::createRefundSetSimCodeIfSandbox( array|null $requestheaders = null )
Appends sim code to CreateRefund
request headers if applicable
Appends sim code to CreateRefund
request headers if applicable
(配列|null) (任意) Default: null
ファイル: src/API/SandboxSimulation.php
public function createRefundSetSimCodeIfSandbox($requestheaders = null) { return $this->setSimCode($requestheaders, self::CREATE_REFUND_SIMCODE); }
使用するアイテム #使用するアイテム | 説明 |
---|---|
src/API/SandboxSimulation.php: SandboxSimulation::setSimCode() | Appends simulation code key value pair to |