CodeDeliveryDetailsType constructor

CodeDeliveryDetailsType({
  1. String? attributeName,
  2. DeliveryMediumType? deliveryMedium,
  3. String? destination,
})

Implementation

CodeDeliveryDetailsType({
  this.attributeName,
  this.deliveryMedium,
  this.destination,
});