View Source GoogleApi.AndroidPublisher.V3.Model.RefundExternalTransactionRequest (google_api_android_publisher v0.34.1)

A request to refund an existing external transaction.

Attributes

  • fullRefund (type: GoogleApi.AndroidPublisher.V3.Model.FullRefund.t, default: nil) - A full-amount refund.
  • partialRefund (type: GoogleApi.AndroidPublisher.V3.Model.PartialRefund.t, default: nil) - A partial refund.
  • refundTime (type: DateTime.t, default: nil) - Required. The time that the transaction was refunded.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.RefundExternalTransactionRequest{
  fullRefund: GoogleApi.AndroidPublisher.V3.Model.FullRefund.t() | nil,
  partialRefund: GoogleApi.AndroidPublisher.V3.Model.PartialRefund.t() | nil,
  refundTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.