Sha256: 63c780210eb787aa01464b7764d89940cd0ef4099d83c032fd023a7b9673967d
Contents?: true
Size: 521 Bytes
Versions: 2
Compression:
Stored size: 521 Bytes
Contents
# Conekta::ChargeRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Integer** | Amount to be charged in cents | [optional] | | **payment_method** | [**ChargeRequestPaymentMethod**](ChargeRequestPaymentMethod.md) | | | | **reference_id** | **String** | Custom reference to add to the charge | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::ChargeRequest.new( amount: 40000, payment_method: null, reference_id: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
conekta-6.0.5 | docs/ChargeRequest.md |
conekta-6.0.4 | docs/ChargeRequest.md |