google_api_content v0.11.0 GoogleApi.Content.V2.Model.OrderReportTransaction View Source
Attributes
disbursementAmount
(type:GoogleApi.Content.V2.Model.Price.t
, default:nil
) - The disbursement amount.disbursementCreationDate
(type:String.t
, default:nil
) - The date the disbursement was created, 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.merchantOrderId
(type:String.t
, default:nil
) - Merchant-provided ID of the order.orderId
(type:String.t
, default:nil
) - The ID of the order.productAmount
(type:GoogleApi.Content.V2.Model.Amount.t
, default:nil
) - Total amount for the items.productAmountWithRemittedTax
(type:GoogleApi.Content.V2.Model.ProductAmount.t
, default:nil
) - Total amount with remitted tax for the items.transactionDate
(type:String.t
, default:nil
) - The date of the transaction, in ISO 8601 format.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Content.V2.Model.OrderReportTransaction{
disbursementAmount: GoogleApi.Content.V2.Model.Price.t(),
disbursementCreationDate: String.t(),
disbursementDate: String.t(),
disbursementId: String.t(),
merchantId: String.t(),
merchantOrderId: String.t(),
orderId: String.t(),
productAmount: GoogleApi.Content.V2.Model.Amount.t(),
productAmountWithRemittedTax: GoogleApi.Content.V2.Model.ProductAmount.t(),
transactionDate: String.t()
}
t() :: %GoogleApi.Content.V2.Model.OrderReportTransaction{ disbursementAmount: GoogleApi.Content.V2.Model.Price.t(), disbursementCreationDate: String.t(), disbursementDate: String.t(), disbursementId: String.t(), merchantId: String.t(), merchantOrderId: String.t(), orderId: String.t(), productAmount: GoogleApi.Content.V2.Model.Amount.t(), productAmountWithRemittedTax: GoogleApi.Content.V2.Model.ProductAmount.t(), transactionDate: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.