示例#1
0
 /// <summary>
 /// Sets the Insurance property.
 /// </summary>
 /// <param name="insurance">Insurance property.</param>
 /// <returns>this instance.</returns>
 public Shipment WithInsurance(CurrencyAmount insurance)
 {
     this._insurance = insurance;
     return(this);
 }
示例#2
0
 /// <summary>
 /// Sets the DeclaredValue property.
 /// </summary>
 /// <param name="declaredValue">DeclaredValue property.</param>
 /// <returns>this instance.</returns>
 public ShippingServiceOptions WithDeclaredValue(CurrencyAmount declaredValue)
 {
     this._declaredValue = declaredValue;
     return(this);
 }