Instruments.Bank (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type address() :: %{
  address_line1: String.t(),
  address_line2: String.t(),
  city: String.t(),
  country: <<_::2>>,
  state: <<_::2>>,
  zip: <<_::50>>
}
@type t() :: %Instruments.Bank{
  address: address(),
  branch: String.t(),
  name: String.t()
}

Link to this section Functions

Link to this function

build(raw_params)