signupSharedDatas property

List<String>? signupSharedDatas
getter/setter pair

User data that is sent in a POST request to the signup website URL.

This information is encoded and then shared so that the merchant's website can prefill fields used to enroll the user for the discoverable program.

Implementation

core.List<core.String>? signupSharedDatas;