View Source GoogleApi.Content.V21.Model.OrderReportDisbursement (google_api_content v0.67.1)

Order disbursement. All methods require the payment analyst role.

Attributes

  • disbursementAmount (type: GoogleApi.Content.V21.Model.Price.t, default: nil) - The disbursement amount.
  • disbursementCreationDate (type: String.t, default: nil) - The disbursement date, in ISO 8601 format.
  • disbursementDate (type: String.t, default: nil) - The date the disbursement was initiated, in ISO 8601 format.
  • disbursementId (type: String.t, default: nil) - The ID of the disbursement.
  • merchantId (type: String.t, default: nil) - The ID of the managing account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.OrderReportDisbursement{
  disbursementAmount: GoogleApi.Content.V21.Model.Price.t() | nil,
  disbursementCreationDate: String.t() | nil,
  disbursementDate: String.t() | nil,
  disbursementId: String.t() | nil,
  merchantId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.