| name | data type | description |
|---|---|---|
| |
|
|
| code | string | |
| lastTransactionDate | number | |
| invoiceDate | number | |
| billingCycle | string |
Example
{
"code" : "...",
"lastTransactionDate" : 12345,
"invoiceDate" : 12345,
"billingCycle" : "..."
}