Sha256: f74348fba6a4bdf90ce3aeaa12d909d292e4ad64fb10890643cd07e7fcc8c6da

Contents?: true

Size: 512 Bytes

Versions: 3

Compression:

Stored size: 512 Bytes

Contents

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

module MangoModel

  class GooglePayPayIn < PayIn
    include MangoPay::Jsonifier

    # [String] Custom description to appear on the user's bank statement.
    # (max 100 alphanumeric/spaces)
    attr_accessor :statement_descriptor

    attr_accessor :payment_data

    attr_accessor :return_url

    attr_accessor :billing
  end

  class GooglePayPaymentData

    attr_accessor :transaction_id

    attr_accessor :network

    attr_accessor :token_data
  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/google_pay_direct_pay_in.rb
mangopay-v4-4.0.2 lib/mangopay/model/entity/pay_in/google_pay_direct_pay_in.rb
mangopay-v4-4.0.1 lib/mangopay/model/entity/pay_in/google_pay_direct_pay_in.rb