Skip to content

Commit cf6766f

Browse files
authored
Merge pull request #59 from cloudblue/v20-dev
Changes for v20
2 parents 18ec05d + 711b78a commit cf6766f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/Account.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,10 @@ class Account extends Model
3939
*/
4040

4141
public $contact_info;
42+
43+
/**
44+
* @var string
45+
*/
46+
47+
public $tax_id;
4248
}

src/Param.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ class Param extends Model
7979
*/
8080
public $reconciliation;
8181

82+
/**
83+
* @var \stdClass
84+
*/
85+
public $structured_value;
86+
8287
/**
8388
* Assign error on parameter
8489
* @param string $msg - Error message to assign

0 commit comments

Comments
 (0)