MoveBillingAccountRequest constructor

MoveBillingAccountRequest({
  1. String? destinationParent,
})

Implementation

MoveBillingAccountRequest({
  this.destinationParent,
});