Module: PayTrace::API
- Defined in:
- lib/paytrace/api/fields.rb,
lib/paytrace/api/gateway.rb,
lib/paytrace/api/request.rb,
lib/paytrace/api/response.rb
Defined Under Namespace
Classes: Gateway, Request, Response
Class Method Summary collapse
Class Method Details
.fields ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 14 15 |
# File 'lib/paytrace/api/fields.rb', line 3 def self.fields { amount: "AMOUNT", card_number: "CC", expiration_year: "EXPYR", expiration_month: "EXPMNTH", method: "METHOD", password: "PSWD", terms: "TERMS", transaction_type: "TRANXTYPE", user_name: "UN", } end |