BillingPortalConfigurationUpdateOptionsBusinessProfile constructor

const BillingPortalConfigurationUpdateOptionsBusinessProfile({
  1. String? headline,
  2. String? privacyPolicyUrl,
  3. String? termsOfServiceUrl,
})

business_profile_update_param

The business information shown to customers in the portal.

Implementation

const BillingPortalConfigurationUpdateOptionsBusinessProfile({
  this.headline,
  this.privacyPolicyUrl,
  this.termsOfServiceUrl,
});