protected CreditCardTokenParameters(CreditCardTokenParameters other)
     : base(other)
 {
     this.issuer = other.issuer;
 }
예제 #2
0
 protected CreditCardTokenParameters(CreditCardTokenParameters other)
     : base(other)
 {
     this.issuer = other.issuer;
 }