FundsReservationEvent

This represents fees associated with a funds reservation. It is associated with a reserveFunds.

JSON representation
{
  "fundsReservationRequestId": string,
  "eventFee": {
    object (Amount)
  },
  "eventFeeBreakdown": {
    object (EventFeeBreakdown)
  },
  "eventPresentmentDetails": {
    object (EventPresentmentDetails)
  }
}
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.