Sha256: 42cb8e23cef77e33402caf3bed4c9c23ec59f27168b9745866e2a0165ecae5ef
Contents?: true
Size: 405 Bytes
Versions: 4
Compression:
Stored size: 405 Bytes
Contents
method = Mollie::Method.get('ideal') # Include issuers available for the payment method (e.g. for # iDEAL, KBC/CBC payment button or gift cards). method = Mollie::Method.get('ideal', include: 'issuers') # Include pricing for each payment method method = Mollie::Method.get('ideal', include: 'pricing') # Include both issuers and pricing method = Mollie::Method.get('ideal', include: 'issuers,pricing')
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mollie-api-ruby-4.15.0 | examples/methods/get.rb |
mollie-api-ruby-4.14.0 | examples/methods/get.rb |
mollie-api-ruby-4.7.1 | examples/methods/get.rb |
mollie-api-ruby-4.7.0 | examples/methods/get.rb |