Sha256: 710645841dfac3a5730049dd9c8d9f8e75303c9dfd9ff6181d88021ad33fc8f1

Contents?: true

Size: 1.38 KB

Versions: 6

Compression:

Stored size: 1.38 KB

Contents

# OpenapiClient::ChinaDomestic

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**product_code** | **String** | Use this to indicate the product code according to the product category list. | 
**product_quantity** | **Integer** | The quantity. | 
**product_price** | **Float** | Rate amount in 3 decimal 12 bytes total digit. | 
**product_description** | **String** | The product description. | 
**redirect_url** | **String** | Use this to indicate the product code according to the product category list. | 
**limit_card_function_to_debit** | **Boolean** | Use this to limit card functions to debit cards. | [optional] 
**customer_id** | **String** | Use this to indicate the CUP customer ID if known. | [optional] 
**bank_id** | **String** | Use this to indicate the CUP bank ID if known. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::ChinaDomestic.new(product_code: R2D2C3PO,
                                 product_quantity: 10,
                                 product_price: 3.2,
                                 product_description: Best product ever,
                                 redirect_url: www.urlredirectedto.com,
                                 limit_card_function_to_debit: true,
                                 customer_id: ID3Bs,
                                 bank_id: 123456)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
first_data_gateway-1.7.1 docs/ChinaDomestic.md
first_data_gateway-1.7.0 docs/ChinaDomestic.md
first_data_gateway-1.6.0 docs/ChinaDomestic.md
first_data_gateway-1.5.0 docs/ChinaDomestic.md
first_data_gateway-1.4.0 docs/ChinaDomestic.md
first_data_gateway-1.3.0 docs/ChinaDomestic.md