Braintree.SettlementBatchSummary.Record (Braintree v0.15.0)

A record contains details for a transaction in a summary.

Summary

Functions

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

Types

t()

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

Functions

new(params)

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