/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdSense
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdSense/Payment.php (1616B)
id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setPaymentAmount($paymentAmount)
{
$this->paymentAmount = $paymentAmount;
}
public function getPaymentAmount()
{
return $this->paymentAmount;
}
public function setPaymentAmountCurrencyCode($paymentAmountCurrencyCode)
{
$this->paymentAmountCurrencyCode = $paymentAmountCurrencyCode;
}
public function getPaymentAmountCurrencyCode()
{
return $this->paymentAmountCurrencyCode;
}
public function setPaymentDate($paymentDate)
{
$this->paymentDate = $paymentDate;
}
public function getPaymentDate()
{
return $this->paymentDate;
}
}