Sha256: 546091f747dd3d7501875480e46429e59971d48b2e1d87d6b89f59aa724d418f

Contents?: true

Size: 254 Bytes

Versions: 3

Compression:

Stored size: 254 Bytes

Contents

require_relative '../../../common/jsonifier'

module MangoModel

  class PaypalWebPayIn < PayIn
    include MangoPay::Jsonifier

    attr_accessor :shipping_address

    attr_accessor :paypal_buyer_account_email

    attr_accessor :return_url
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mangopay-v4-4.1.0 lib/mangopay/model/entity/pay_in/paypal_web_pay_in.rb
mangopay-v4-4.0.2 lib/mangopay/model/entity/pay_in/paypal_web_pay_in.rb
mangopay-v4-4.0.1 lib/mangopay/model/entity/pay_in/paypal_web_pay_in.rb