GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload constructor

GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload({
  1. List<String>? campaigns,
  2. String? offering,
  3. String? salesChannel,
  4. String? storeId,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload({
  this.campaigns,
  this.offering,
  this.salesChannel,
  this.storeId,
});