Stripe.Params.TestHelpers.Terminal.ReaderPresentPaymentMethodParams (tiger_stripe v0.4.0)

Copy Markdown View Source

Parameters for reader present payment method.

Summary

Types

t()

@type t() :: %Stripe.Params.TestHelpers.Terminal.ReaderPresentPaymentMethodParams{
  amount_tip: term(),
  card: term(),
  card_present: term(),
  expand: term(),
  interac_present: term(),
  type: term()
}
  • amount_tip - Simulated on-reader tip amount.
  • card - Simulated data for the card payment method.
  • card_present - Simulated data for the card_present payment method.
  • expand - Specifies which fields in the response should be expanded.
  • interac_present - Simulated data for the interac_present payment method.
  • type - Simulated payment type. Possible values: card, card_present, interac_present.