Exemple #1
0
 public ReceiptPayment( decimal mAmount, string strReferenceNo, IPP iPP, Payment payment, Receipt receipt )
 {
     this._mAmount = mAmount;
     this._strReferenceNo = strReferenceNo;
     this._iPP = iPP;
     this._payment = payment;
     this._receipt = receipt;
 }
Exemple #2
0
 public ReceiptPayment(decimal mAmount, string strReferenceNo, IPP iPP, Payment payment, Receipt receipt)
 {
     this._mAmount        = mAmount;
     this._strReferenceNo = strReferenceNo;
     this._iPP            = iPP;
     this._payment        = payment;
     this._receipt        = receipt;
 }
Exemple #3
0
 public void AddIPP(IPP ipp)
 {
     ipp.Member = this;
     _iPPs.Add(ipp);
 }
Exemple #4
0
 public void AddIPP(IPP iPP)
 {
     iPP.Bank = this;
     _iPPs.Add(iPP);
 }
Exemple #5
0
 public void AddIPP(IPP iPP)
 {
     iPP.Bank = this;
     _iPPs.Add(iPP);
 }
Exemple #6
0
 public void AddIPP(IPP ipp)
 {
     ipp.Member = this;
     _iPPs.Add(ipp);
 }