Ejemplo n.º 1
0
 public HpsCpcData(string cardHolderPoNumber, taxTypeType? taxType = null, decimal? taxAmount = null)
 {
     this.CardHolderPoNumber = cardHolderPoNumber;
     this.TaxType = taxType;
     this.TaxAmount = taxAmount;
 }
Ejemplo n.º 2
0
 public HpsCpcData(taxTypeType taxType, decimal?taxAmount = null)
 {
     this.TaxType   = taxType;
     this.TaxAmount = taxAmount;
 }
Ejemplo n.º 3
0
 public HpsCpcData(taxTypeType taxType, decimal? taxAmount = null)
 {
     this.TaxType = taxType;
     this.TaxAmount = taxAmount;
 }