Class: GlobalCollect::Builders::DoRefund::CreditCardPayment

Inherits:
Payment
  • Object
show all
Defined in:
lib/global_collect/builders/do_refund/credit_card_payment.rb

Instance Attribute Summary

Attributes inherited from Payment

#payment

Instance Method Summary collapse

Methods inherited from Payment

#build

Instance Method Details

#payment_fieldsObject

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