Requests.Payments.Sources.PayPal (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type plan() :: %{
  type: String.t(),
  skip_shipping_address: true | false,
  immutable_shipping_address: true | false
}
@type t() :: %Requests.Payments.Sources.PayPal{plan: String.t(), type: String.t()}

Link to this section Functions

Link to this function

build(raw_params)