Sha256: a0a1e529890ad927ae7125585a9445545b326420582e34e261127d9da89fdc53

Contents?: true

Size: 159 Bytes

Versions: 20

Compression:

Stored size: 159 Bytes

Contents

refund = Mollie::Payment::Refund.create(
  payment_id:  'tr_7UhSN1zuXS',
  amount:      { value: '5.00', currency: 'EUR' },
  description: 'Did not like it'
)

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
mollie-api-ruby-4.15.0 examples/refunds/create.rb
mollie-api-ruby-4.14.0 examples/refunds/create.rb
mollie-api-ruby-4.7.1 examples/refunds/create.rb
mollie-api-ruby-4.7.0 examples/refunds/create.rb
mollie-api-ruby-4.6.2 examples/refunds/create.rb
mollie-api-ruby-4.6.1 examples/refunds/create.rb
mollie-api-ruby-4.6.0 examples/refunds/create.rb
mollie-api-ruby-4.5.0 examples/refunds/create.rb
mollie-api-ruby-4.4.1 examples/refunds/create.rb
mollie-api-ruby-4.4.0 examples/refunds/create.rb
mollie-api-ruby-4.3.1 examples/refunds/create.rb
mollie-api-ruby-4.3.0 examples/refunds/create.rb
mollie-api-ruby-4.2.0 examples/refunds/create.rb
mollie-api-ruby-4.1.5 examples/refunds/create.rb
mollie-api-ruby-4.1.4 examples/refunds/create.rb
mollie-api-ruby-4.1.3 examples/refunds/create.rb
mollie-api-ruby-4.1.2 examples/refunds/create.rb
mollie-api-ruby-4.1.1 examples/refunds/create.rb
mollie-api-ruby-4.1.0 examples/refunds/create.rb
mollie-api-ruby-4.0.1 examples/refunds/create.rb