Class: Paid::ChargeType

Inherits:
Object
  • Object
show all
Defined in:
lib/paid_ruby/types/charge_type.rb

Constant Summary collapse

ONE_TIME =
"oneTime"
RECURRING =
"recurring"
USAGE =
"usage"
SEAT_BASED =
"seatBased"