Billing¶
A representation of the billing status of the user. When the user is in the profile Incomplete
, it’s required that the user be presented with the followLink if the followLink is present.
field | type | constraints | default | Req | W | U |
---|---|---|---|---|---|---|
profile | string | should be Incomplete , Complete or N/A . |
yes | no | no | |
followLink | string | optional for profile Incomplete , absent otherwise. |
no | no | no |
profile
The current billing profile the user is in.
followLink
Optional. The link the user should follow, in case the profile is Incomplete
.
Example¶
...
"billing": {
"profile": "Incomplete",
"followLink": "https://www.marktplaats.nl/gegevens"
}
...