public HpsCpcData(string cardHolderPoNumber, taxTypeType? taxType = null, decimal? taxAmount = null) { this.CardHolderPoNumber = cardHolderPoNumber; this.TaxType = taxType; this.TaxAmount = taxAmount; }
public HpsCpcData(taxTypeType taxType, decimal?taxAmount = null) { this.TaxType = taxType; this.TaxAmount = taxAmount; }
public HpsCpcData(taxTypeType taxType, decimal? taxAmount = null) { this.TaxType = taxType; this.TaxAmount = taxAmount; }