Sha256: 4f81169a04431d24682b7ab8f7875d3290fcdba9f05643cf073c8e6bbf3d141c

Contents?: true

Size: 722 Bytes

Versions: 4

Compression:

Stored size: 722 Bytes

Contents

# OpenapiClient::ProvideDetailPaymentStepRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** |  | 
**hint** | **String** |  | [optional] 
**java_script_validation_expression** | **String** |  | [optional] 
**key** | **String** |  | [optional] 
**label** | **String** |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::ProvideDetailPaymentStepRequest.new(type: provide-detail,
                                 hint: null,
                                 java_script_validation_expression: null,
                                 key: null,
                                 label: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/ProvideDetailPaymentStepRequest.md
first_data_gateway-1.13.0 docs/ProvideDetailPaymentStepRequest.md
first_data_gateway-1.12.0 docs/ProvideDetailPaymentStepRequest.md
first_data_gateway-1.11.0 docs/ProvideDetailPaymentStepRequest.md