public PrepaidVoucherResponse(PrepaidVoucher prepaidVoucher, ReturnCode returnCode, int financialTransactionId)
 {
     this.prepaidVoucher         = prepaidVoucher;
     this.returnCode             = returnCode;
     this.financialTransactionId = financialTransactionId;
 }
 public PrepaidVoucherRequest(PrepaidVoucher prepaidVoucher, AuthenticationHeader header)
 {
     this.header         = header;
     this.prepaidVoucher = prepaidVoucher;
 }