Sha256: 367f67ade4a931553fe6f5c7e3e01476345ef73fea229c522a8c778275c4330d
Contents?: true
Size: 895 Bytes
Versions: 14
Compression:
Stored size: 895 Bytes
Contents
# OpenapiClient::AliPay ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payment_data_type** | **String** | Use this to indicate the type of machine-readable payment data for scanning. | **payment_data** | **String** | Use this to send payment-related information, such as customer identity ID. | **order_title** | **String** | Use this to send an order title that shows up in the statement. | **order_details** | **String** | Use this to send order details that show up in the statement. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::AliPay.new(payment_data_type: QRCODE, payment_data: 283047752805604753, order_title: My Purchase, order_details: These are the details about my purchase.) ```
Version data entries
14 entries across 14 versions & 1 rubygems