Files
masimmo.pl/modules/santandercredit/services/ProposalService/HybridClient/AppStateDocument.php
2025-03-09 23:50:32 +01:00

10 lines
189 B
PHP

<?php
class AppStateDocument {
public $Identity;
public $ShopApplicationNumbers;
public function __construct($i, $a){
$this->Identity = $i;
$this->ShopApplicationNumbers = $a;
}
};