This represents a breakdown of the eventFee that can be used for reporting purposes to better understand the fee makeup.
| JSON representation |
|---|
{
"feeDetails": [
{
object ( |
| Fields | |
|---|---|
feeDetails[] |
The collection of fees which sums to the |
FeeDetail
This represents details of a fee or an adjustment.
| JSON representation |
|---|
{ "unitFee": { object ( |
| Fields | |
|---|---|
unitFee |
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. The amount of the fee being described. This can be smaller than the minimum billible unit. The sum of all the |
feeAssessmentSource |
REQUIRED: The source that is assessing the fee. |
feeType |
REQUIRED: This is the type of the fee event. It might match the event type, but it doesn't have to. For example, an authorization fee might be assessed with a |
feeCategory |
REQUIRED: The category of the fee. e.g. Discount, Fee, etc. |
feeSubCategory |
REQUIRED: The category of the fee. e.g. Authorization, assessment, deposit, etc. |
feeDescription |
REQUIRED: A description of the fee. This field is not parsed by the system and is only for human consumption to better understand the fee. |
FeeAssessmentSource
The source that assessed the fee.
| JSON representation |
|---|
{ // The following is a list of mutually exclusive fields. At most one of the // fields will be set in a response: "scheme": { object ( |
| Fields | |
|---|---|
| The source reason that this fee was assessed. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response: | |
scheme |
The fee is assessed by the scheme or network. |
interchange |
The fee is assessed as part of the interchange fee. |
contract |
The fee is specified in the contract between Google and the payment integrator. |
| End of mutually exclusive fields. | |
InterchangeFee
Detailed information about an interchange fee.
| JSON representation |
|---|
{ "interchangeCode": string, "interchangeQualification": string } |
| Fields | |
|---|---|
interchangeCode |
REQUIRED: The interchange fee code. |
interchangeQualification |
REQUIRED: The qualification of the interchange fee. |
FeeType
The type of fee.
| JSON representation |
|---|
{ // The following is a list of mutually exclusive fields. At most one of the // fields will be set in a response: "authorization": { object ( |
| Fields | |
|---|---|
| Specifices which event resulted in a particular fee being assessed. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response: | |
authorization |
The fee is assessed as part of an authorization. |
capture |
The fee is assessed as part of a capture. |
refund |
The fee is assessed as part of a refund. |
chargeback |
The fee is assessed as part of a chargeback. |
reverseChargeback |
The fee is assessed as part of a reverse chargeback. |
reverseRefund |
The fee is assessed as part of a reverse refund. |
fxMarkup |
The fee is assessed as part of an exchange rate markup. |
authReversal |
Fee associated with a reversal of an authorization event. |
partialRefund |
Fee associated with a partial refund event. |
| End of mutually exclusive fields. | |