public PaymentInfo Clone()
 {
     return(PaymentInfo.ValueOf(this.ToString()));
 }