예제 #1
0
 public ListUnitPrice()
 {
     Amount       = new Amount();
     BaseQuantity = new BaseQuantity();
 }
예제 #2
0
 public GrossUnitPrice()
 {
     Amount       = new Amount();
     BaseQuantity = new BaseQuantity();
 }