/home/techb158/ileadtechnology.com/vendor/iyzico/iyzipay-php/src/Iyzipay/Model
Edit: /home/techb158/ileadtechnology.com/vendor/iyzico/iyzipay-php/src/Iyzipay/Model/CardList.php (1005B)
post($options->getBaseUrl() . "/cardstorage/cards", parent::getHttpHeaders($request, $options), $request->toJsonString());
return CardListMapper::create($rawResult)->jsonDecode()->mapCardList(new CardList());
}
public function getCardUserKey()
{
return $this->cardUserKey;
}
public function setCardUserKey($cardUserKey)
{
$this->cardUserKey = $cardUserKey;
}
public function getCardDetails()
{
return $this->cardDetails;
}
public function setCardDetails($cardDetails)
{
$this->cardDetails = $cardDetails;
}
}