GoogleCloudPaymentsResellerSubscriptionV1ProductPayload constructor

GoogleCloudPaymentsResellerSubscriptionV1ProductPayload({
  1. GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload? googleHomePayload,
  2. GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload? googleOnePayload,
  3. GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload? youtubePayload,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1ProductPayload({
  this.googleHomePayload,
  this.googleOnePayload,
  this.youtubePayload,
});