function __construct()
 {
     parent::__construct();
     $this->IsSuccessful = false;
     $this->PaymentId = "";
     $this->PaymentRequestId = "";
     $this->Status = "";
     $this->Transactions = array();
 }
 function __construct()
 {
     parent::__construct();
     $this->PaymentId = "";
     $this->PaymentRequestId = "";
     $this->Status = "";
     $this->QRUrl = "";
     $this->RecurrenceResult = "";
     $this->PaymentRedirectUrl = "";
     $this->Transactions = array();
 }
 function __construct()
 {
     parent::__construct();
     $this->PaymentId = "";
     $this->PaymentRequestId = "";
     $this->POSId = "";
     $this->POSName = "";
     $this->Status = "";
     $this->PaymentType = "";
     $this->FundingSource = "";
     $this->AllowedFundingSources = "";
     $this->GuestCheckout = "";
     $this->CreatedAt = "";
     $this->ValidUntil = "";
     $this->CompletedAt = "";
     $this->ReservedUntil = "";
     $this->Total = 0;
     $this->Transactions = array();
     $this->RecurrenceResult = "";
 }
 function __construct()
 {
     parent::__construct();
     $this->PaymentId = "";
     $this->RefundedTransactions = array();
 }