BuyOnGoogleProgramStatus constructor
BuyOnGoogleProgramStatus({
- List<
String> ? businessModel, - String? customerServicePendingEmail,
- String? customerServicePendingPhoneNumber,
- String? customerServicePendingPhoneRegionCode,
- String? customerServiceVerifiedEmail,
- String? customerServiceVerifiedPhoneNumber,
- String? customerServiceVerifiedPhoneRegionCode,
- String? onlineSalesChannel,
- String? participationStage,
Implementation
BuyOnGoogleProgramStatus({
this.businessModel,
this.customerServicePendingEmail,
this.customerServicePendingPhoneNumber,
this.customerServicePendingPhoneRegionCode,
this.customerServiceVerifiedEmail,
this.customerServiceVerifiedPhoneNumber,
this.customerServiceVerifiedPhoneRegionCode,
this.onlineSalesChannel,
this.participationStage,
});