Class: GlobalCollect::Builders::DoRefund::CreditCardPayment
- Inherits:
-
Payment
- Object
- Struct
- Payment
- GlobalCollect::Builders::DoRefund::CreditCardPayment
- Defined in:
- lib/global_collect/builders/do_refund/credit_card_payment.rb
Instance Attribute Summary
Attributes inherited from Payment
Instance Method Summary collapse
-
#payment_fields ⇒ Object
WDL §5.16.1 defines the refund payment fields.
Methods inherited from Payment
Instance Method Details
#payment_fields ⇒ Object
WDL §5.16.1 defines the refund payment fields
4 5 6 7 8 9 10 |
# File 'lib/global_collect/builders/do_refund/credit_card_payment.rb', line 4 def payment_fields super + %w[ PAYMENTPRODUCTID CREDITCARDNUMBER EXPIRYDATE ] end |