google_api_content v0.30.0 GoogleApi.Content.V21.Model.OrderReportDisbursement View Source
Order disbursement. All methods require the payment analyst role. (== resource_for v2.orderreports ==) (== resource_for v2.1.orderreports ==)
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.
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 Sourcet() :: %GoogleApi.Content.V21.Model.OrderReportDisbursement{
disbursementAmount: GoogleApi.Content.V21.Model.Price.t(),
disbursementCreationDate: String.t(),
disbursementDate: String.t(),
disbursementId: String.t(),
merchantId: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.