コード例 #1
0
ファイル: Customer.php プロジェクト: gpupo/stelo-sdk
 public function getSchema()
 {
     return array_merge(parent::getSchema(), ['customerIdentity' => 'string', 'billingAddress' => 'object', 'shippingAddress' => 'object']);
 }
コード例 #2
0
ファイル: Customer.php プロジェクト: braising/stelo-for-wc
 public function getSchema()
 {
     return array_merge(parent::getSchema(), ['cpf' => 'string', 'rg' => 'string', 'address' => 'object']);
 }