Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 403 Bytes

TenderTypePredicate.md

File metadata and controls

20 lines (14 loc) · 403 Bytes

WorldnetPayments::TenderTypePredicate

Properties

Name Type Description Notes
is String The comparison operator.
value String The required value for the condition to be met.

Example

require 'worldnet_payments'

instance = WorldnetPayments::TenderTypePredicate.new(
  is: null,
  value: null
)