Interface OrganizationApplicationFormData<TFormCustomFields>

interface OrganizationApplicationFormData<TFormCustomFields> {
    agreesPrivacyPolicy: boolean;
    agreesUserAgreement: boolean;
    applicationUserEmail: string;
    applicationUserName: string;
    applicationUserPhoneNumber: string;
    cityTownVillage: string;
    customFields: TFormCustomFields;
    organizationName: string;
    prefecture: string;
    representativePersonName: string;
    representativePhoneNumber: string;
    townStreetBuilding: string;
    zipCode: string;
}

Type Parameters

  • TFormCustomFields

Properties

agreesPrivacyPolicy: boolean
agreesUserAgreement: boolean
applicationUserEmail: string
applicationUserName: string
applicationUserPhoneNumber: string
cityTownVillage: string
customFields: TFormCustomFields
organizationName: string
prefecture: string
representativePersonName: string
representativePhoneNumber: string
townStreetBuilding: string
zipCode: string

Generated using TypeDoc