Sha256: d69dca73f746acc6f88f45b6d2e60e2dde8ed1b62deaf9236154588b13c646f3

Contents?: true

Size: 1.13 KB

Versions: 8

Compression:

Stored size: 1.13 KB

Contents

# OpenapiClient::PaymentUrlDetail

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payment_url** | **String** | URL for embedded payment link. | [optional] 
**merchant_transaction_id** | **String** | The unique merchant transaction ID from the request, if supplied. | [optional] 
**order_id** | **String** | Client order ID if supplied by client, otherwise the order ID. | [optional] 
**request_time** | **Integer** | The transaction time in seconds since epoch. | [optional] 
**status** | [**PaymentUrlStatus**](PaymentUrlStatus.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::PaymentUrlDetail.new(payment_url: https://api.firstdata.com/connect/gateway/processing?storename=123456789&oid=R-96cdbaa4-c22e-4598-a2f1-c2b5fed79ef1&paymentUrlId=d3eb74fe-cf63-47e1-b89f-52ba0cc7965c,
                                 merchant_transaction_id: lsk23532djljff3,
                                 order_id: 123456,
                                 request_time: 1518811817,
                                 status: null)
```


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
first_data_gateway-1.10.0 docs/PaymentUrlDetail.md
first_data_gateway-1.9.0 docs/PaymentUrlDetail.md
first_data_gateway-1.8.1 docs/PaymentUrlDetail.md
first_data_gateway-1.8.0 docs/PaymentUrlDetail.md
first_data_gateway-1.7.1 docs/PaymentUrlDetail.md
first_data_gateway-1.7.0 docs/PaymentUrlDetail.md
first_data_gateway-1.6.0 docs/PaymentUrlDetail.md
first_data_gateway-1.5.0 docs/PaymentUrlDetail.md