BuyOnGoogleProgramStatus constructor

BuyOnGoogleProgramStatus({
  1. List<String>? businessModel,
  2. String? customerServicePendingEmail,
  3. String? customerServicePendingPhoneNumber,
  4. String? customerServicePendingPhoneRegionCode,
  5. String? customerServiceVerifiedEmail,
  6. String? customerServiceVerifiedPhoneNumber,
  7. String? customerServiceVerifiedPhoneRegionCode,
  8. String? onlineSalesChannel,
  9. String? participationStage,
})

Implementation

BuyOnGoogleProgramStatus({
  this.businessModel,
  this.customerServicePendingEmail,
  this.customerServicePendingPhoneNumber,
  this.customerServicePendingPhoneRegionCode,
  this.customerServiceVerifiedEmail,
  this.customerServiceVerifiedPhoneNumber,
  this.customerServiceVerifiedPhoneRegionCode,
  this.onlineSalesChannel,
  this.participationStage,
});