Braintree.Merchant.Funding (Braintree v0.13.0)

Represents the funding section of a merchant account.

For additional reference, see: https://developers.braintreepayments.com/reference/response/merchant-account/ruby

Link to this section Summary

Link to this section Types

@type t() :: %Braintree.Merchant.Funding{
  account_number_last_4: String.t(),
  descriptor: String.t(),
  destination: String.t(),
  email: String.t(),
  mobile_phone: String.t(),
  routing_number: String.t()
}

Link to this section Functions