Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DiscoverableProgramMerchantSignupInfo

import type { DiscoverableProgramMerchantSignupInfo } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";

Information about the merchant hosted signup flow for a program.

interface DiscoverableProgramMerchantSignupInfo {
signupSharedDatas?:
| "SHARED_DATA_TYPE_UNSPECIFIED"
| "FIRST_NAME"
| "LAST_NAME"
| "STREET_ADDRESS"
| "ADDRESS_LINE_1"
| "ADDRESS_LINE_2"
| "ADDRESS_LINE_3"
| "CITY"
| "STATE"
| "ZIPCODE"
| "COUNTRY"
| "EMAIL"
| "PHONE"[];
signupWebsite?: Uri;
}

§Properties

§
signupSharedDatas?: "SHARED_DATA_TYPE_UNSPECIFIED" | "FIRST_NAME" | "LAST_NAME" | "STREET_ADDRESS" | "ADDRESS_LINE_1" | "ADDRESS_LINE_2" | "ADDRESS_LINE_3" | "CITY" | "STATE" | "ZIPCODE" | "COUNTRY" | "EMAIL" | "PHONE"[]
[src]

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.

§
signupWebsite?: Uri
[src]

The URL to direct the user to for the merchant's signup site.