Sha256: 99bebcf6f14e0340cc73c016191449d2cd43594e9d449fcbc3892fa4ba6d90e7
Contents?: true
Size: 482 Bytes
Versions: 3
Compression:
Stored size: 482 Bytes
Contents
require_relative '../../../common/jsonifier' module MangoModel class ApplePayPayIn < 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 end class ApplePayPaymentData attr_accessor :transaction_id attr_accessor :network attr_accessor :token_data end end
Version data entries
3 entries across 3 versions & 1 rubygems