- Resource: SettlementTransaction
- SettlementTransactionIdentifiers
- SettlementTransactionTransaction
- SettlementTransactionAmount
- SettlementTransactionAmountCommission
- Methods
Resource: SettlementTransaction
Settlement transactions give a detailed breakdown of the settlement report.
JSON representation |
---|
{ "identifiers": { object ( |
Fields | |
---|---|
identifiers |
Identifiers of the transaction. |
transaction |
Details of the transaction. |
amount |
The amount for the transaction. |
kind |
Identifies what kind of resource this is. Value: the fixed string " |
SettlementTransactionIdentifiers
JSON representation |
---|
{ "settlementEntryId": string, "transactionId": string, "merchantOrderId": string, "shipmentIds": [ string ], "adjustmentId": string, "orderItemId": string } |
Fields | |
---|---|
settlementEntryId |
The unique ID of the settlement transaction entry. |
transactionId |
The Google transaction ID. |
merchantOrderId |
The merchant provided order ID. |
shipmentIds[] |
The shipment ids for the item. |
adjustmentId |
The identifier of the adjustments, if it's available. |
orderItemId |
The identifier of the item. |
SettlementTransactionTransaction
JSON representation |
---|
{ "type": string, "postDate": string } |
Fields | |
---|---|
type |
The type of the transaction that occurred. Acceptable values are:
|
postDate |
The time on which the event occurred in ISO 8601 format. |
SettlementTransactionAmount
JSON representation |
---|
{ "type": string, "description": string, "commission": { object ( |
Fields | |
---|---|
type |
The type of the amount. Acceptable values are:
|
description |
The description of the event. Acceptable values are:
|
commission |
|
transactionAmount |
The amount that contributes to the line item price. |
SettlementTransactionAmountCommission
JSON representation |
---|
{ "category": string, "rate": string } |
Fields | |
---|---|
category |
The category of the commission. Acceptable values are:
|
rate |
Rate of the commission in percentage. |
Methods |
|
---|---|
|
Retrieves a list of transactions for the settlement. |