Sha256: 208bb00ba9fc455341fe5578cfd122cdcc59d2e9289276fea6491f20ff53d01d
Contents?: true
Size: 545 Bytes
Versions: 196
Compression:
Stored size: 545 Bytes
Contents
# UltracartClient::ItemInstantPaymentNotification ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **post_operation** | **Boolean** | True for HTTP POST instead of GET | [optional] | | **successful_response_text** | **String** | Successful response text | [optional] | | **url** | **String** | URL | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemInstantPaymentNotification.new( post_operation: null, successful_response_text: null, url: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems