Sha256: d51ccb13eaf5423716dd75bfb4829b7a23c50774c9e3e1fd9d0e8f22716c19af
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
# OpenapiClient::PaymentUrlResponseAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **request_status** | **String** | Request status. If it is anything other than 'SUCCESS', please refer to 400s HTTP error codes or decline. See Error object for details. | [optional] **order_id** | **String** | Client order ID if supplied by client, otherwise the order ID. | [optional] **payment_url** | **String** | URL for embedded payment link. | [optional] **transaction_id** | **String** | ID code from the transaction. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentUrlResponseAllOf.new(request_status: SUCCESS, order_id: 123456, payment_url: https://api.firstdata.com/connect/gateway/processing?storename=123456789&oid=R-96cdbaa4-c22e-4598-a2f1-c2b5fed79ef1&paymentUrlId=d3eb74fe-cf63-47e1-b89f-52ba0cc7965c, transaction_id: 123978432) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.7.1 | docs/PaymentUrlResponseAllOf.md |
first_data_gateway-1.7.0 | docs/PaymentUrlResponseAllOf.md |