protected CreditCardTokenParameters(CreditCardTokenParameters other)
     : base(other)
 {
     this.issuer = other.issuer;
 }
Esempio n. 2
0
 protected CreditCardTokenParameters(CreditCardTokenParameters other)
     : base(other)
 {
     this.issuer = other.issuer;
 }