Sha256: d902a42a82687fa4887c91fc0f8b22940f5507060f08e98e087ade5f981b84fa

Contents?: true

Size: 217 Bytes

Versions: 1

Compression:

Stored size: 217 Bytes

Contents

module PayPal::Invoice
  class PayPalPaymentDetails < PayPal::Invoice::Base

    attr_accessor :transaction_id
    attr_accessor :date

    def set_date(value)
      self.date = build_datetime(value)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
paypal-payment-0.1.2 lib/paypal/invoice/paypal_payment_details.rb