Braintree.Merchant.Individual (Braintree v0.15.0)

Represents the individual section of a merchant account.

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

Summary

Types

t()

@type t() :: %Braintree.Merchant.Individual{
  address: Braintree.Address.t(),
  date_of_birth: String.t(),
  email: String.t(),
  first_name: String.t(),
  last_name: String.t(),
  phone: String.t(),
  ssn_last_4: String.t()
}

Functions

new(params)