AI-generated Key Takeaways
-
The Payment resource represents unpaid or paid earnings for AdSense and YouTube.
-
Payment details include the payment date (for paid earnings) and amount in the respective currency.
-
You can retrieve a list of all payments for an account using the provided method.
-
Unpaid earnings are represented with specific resource names, while paid earnings use the payment date in the resource name.
-
Refer to external links for additional information on payment timelines and dedicated payment accounts for YouTube.
Resource: Payment
Representation of an unpaid or paid payment.
See Payment timelines for AdSense for more information about payments and the YouTube homepage and payments account article for information about dedicated payments accounts for YouTube.
JSON representation |
---|
{
"name": string,
"date": {
object ( |
Fields | |
---|---|
name |
Output only. Resource name of the payment. Format:
|
date |
Output only. For paid earnings, the date that the payment was credited. For unpaid earnings, this field is empty. Payment dates are always returned in the billing timezone (America/Los_Angeles). |
amount |
Output only. The amount of unpaid or paid earnings, as a formatted string, including the currency. E.g. "¥1,235 JPY", "$1,234.57", "£87.65". |
Methods |
|
---|---|
|
Lists all the payments available for an account. |