GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsRequest constructor

GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsRequest({
  1. String? filter,
  2. int? pageSize,
  3. String? pageToken,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsRequest({
  this.filter,
  this.pageSize,
  this.pageToken,
});