GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest constructor

GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest({
  1. bool? cancelImmediately,
  2. String? cancellationReason,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest({
  this.cancelImmediately,
  this.cancellationReason,
});