Sha256: 6f2eec8ac9fff0f3d1121a4a2c1063889113f0cd55a2f25d4b7f85347fa7d18b
Contents?: true
Size: 1.28 KB
Versions: 1
Compression:
Stored size: 1.28 KB
Contents
# OpenapiClient::PaymentUrlRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **store_id** | **String** | An optional Outlet ID for clients that support multiple stores in the same developer app. | [optional] **client_locale** | [**ClientLocale**](ClientLocale.md) | | [optional] **transaction_amount** | [**Amount**](Amount.md) | | [optional] **transaction_type** | [**TransactionType**](TransactionType.md) | | **order_id** | **String** | Client order ID if supplied by client, otherwise the order ID. | [optional] **billing** | [**Billing**](Billing.md) | | [optional] **shipping** | [**Shipping**](Shipping.md) | | [optional] **transaction_notification_url** | **String** | URL for notifying merchant of payment result. | [optional] **expiration** | **Integer** | Time until payment URL expires. | [optional] **authenticate_transaction** | **BOOLEAN** | If 3D secure should be applied. | [optional] **dynamic_merchant_name** | **String** | Dynamic merchant name for the cardholder's statement. | [optional] **invoice_number** | **String** | Invoice number. | [optional] **purchase_order_number** | **String** | Purchase order number. | [optional] **ip** | **String** | IPv4 or IPv6 network address. | [optional]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.2.0 | docs/PaymentUrlRequest.md |