AdditionalRecipient constructor

AdditionalRecipient({
  1. String? locationId,
  2. Money? amountMoney,
  3. String? description,
  4. String? receivableId,
})

Implementation

AdditionalRecipient(
    {this.locationId, this.amountMoney, this.description, this.receivableId});