FundsReservationEvent
This represents fees associated with a funds reservation. It is associated with a reserveFunds
.
Fields |
fundsReservationRequestId |
string
REQUIRED: requestId that was sent by Google for the reserveFunds request that this settlementEvent pertains to.
|
eventFee |
object (Amount )
REQUIRED: If this amount is negative then it represents monetary value moving from Google to the payment integrator. If this is positive it is money from the payment integrator due to Google. If the fee is broken down into several parts, this value is the sum of them and the amount settled. A breakdown of the fee can be specified in the eventFeeBreakdown .
|
eventFeeBreakdown |
object (EventFeeBreakdown )
OPTIONAL: This is a breakdown of the eventFee . It is used for reporting purposes and is not factored into the settlementAmount . It is used to understand what parts of the eventFee are attributable to what sources.
|
eventPresentmentDetails |
object (EventPresentmentDetails )
REQUIRED: Specify details about the funds reservation currency, amount and the conversion rate to the settlement currency.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["The JSON representation defines fees for a funds reservation linked to a `reserveFunds` request."],["`eventFee` indicates the monetary value exchange between Google and the payment integrator, with negative values representing funds moving to the integrator."],["`eventFeeBreakdown` provides a detailed breakdown of the `eventFee` for reporting and analysis purposes."],["`eventPresentmentDetails` contains information about the currency, amount, and conversion rate for the funds reservation."]]],["This document details fees for funds reservations, linked to a `reserveFunds` request. Key information includes: `fundsReservationRequestId`, a unique identifier; `eventFee`, representing the monetary value exchanged, with negative values indicating money moving from Google; `eventFeeBreakdown`, an optional report detailing the `eventFee`'s composition; and `eventPresentmentDetails`, specifying currency, amount, and conversion rates for the reservation. The `eventFee` is the sum of all fee components.\n"]]