Braintree.SettlementBatchSummary.Record (Braintree v0.13.0)

A record contains details for a transaction in a summary.

Link to this section Summary

Functions

Convert a list of records into structs, including any custom fields that were used as the grouping value.

Link to this section Types

@type t() :: %Braintree.SettlementBatchSummary.Record{
  amount_settled: String.t(),
  card_type: String.t(),
  count: String.t(),
  kind: String.t(),
  merchant_account_id: String.t()
}

Link to this section Functions

Convert a list of records into structs, including any custom fields that were used as the grouping value.