OrderFulfillmentRecipient constructor
      
      OrderFulfillmentRecipient({})
     
    
    
Implementation
OrderFulfillmentRecipient(
    {this.customerId,
    this.phoneNumber,
    this.address,
    this.displayName,
    this.emailAddress});