//Invoke the SetOrderReferenceDetails method
 public SetOrderReferenceDetailsResponse SetOrderReferenceDetails(string orderAmount)
 {
     return(SetOrderReferenceDetailsSample.SetOrderReferenceDetails(propertiesCollection, service, this._orderReferenceId, orderAmount));
 }