Sha256: 20055cb16820949f1745abd630868dc3132bb405a68ac559d74d4f3d3846cac9

Contents?: true

Size: 233 Bytes

Versions: 1

Compression:

Stored size: 233 Bytes

Contents

module PayPal::Invoice
  class OtherPaymentDetails < PayPal::Invoice::Base

    attr_accessor :method
    attr_accessor :note
    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/other_payment_details.rb