My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Models.PaymentScheduleMinimalRequest Class Reference

More...

Inheritance diagram for Orbipay.PaymentsApi.Client.Models.PaymentScheduleMinimalRequest:

Public Member Functions

 PaymentScheduleMinimalRequest (string paymentLimitAmount=default(string))
 Initializes a new instance of the PaymentScheduleMinimalRequest class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (PaymentScheduleMinimalRequest input)
 Returns true if PaymentScheduleMinimalRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string PaymentLimitAmount [get, set]
 The upper limit for the payment amount in the case of recurring or autopay payments. Any amount above the limit will not be paid automatically as part of recurring payments and autopay. More...
 

Detailed Description

This class subject to change without prior notice, Please dont use this class directly.

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.PaymentScheduleMinimalRequest.PaymentScheduleMinimalRequest ( string  paymentLimitAmount = default(string))

Initializes a new instance of the PaymentScheduleMinimalRequest class.

Parameters
paymentLimitAmountThe upper limit for the payment amount in the case of recurring or autopay payments. Any amount above the limit will not be paid automatically as part of recurring payments and autopay..

Member Function Documentation

override bool Orbipay.PaymentsApi.Client.Models.PaymentScheduleMinimalRequest.Equals ( object  input)

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean
bool Orbipay.PaymentsApi.Client.Models.PaymentScheduleMinimalRequest.Equals ( PaymentScheduleMinimalRequest  input)

Returns true if PaymentScheduleMinimalRequest instances are equal

Parameters
inputInstance of PaymentScheduleMinimalRequest to be compared
Returns
Boolean
override int Orbipay.PaymentsApi.Client.Models.PaymentScheduleMinimalRequest.GetHashCode ( )

Gets the hash code

Returns
Hash code
virtual string Orbipay.PaymentsApi.Client.Models.PaymentScheduleMinimalRequest.ToJson ( )
virtual

Returns the JSON string presentation of the object

Returns
string
override string Orbipay.PaymentsApi.Client.Models.PaymentScheduleMinimalRequest.ToString ( )

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.PaymentScheduleMinimalRequest.PaymentLimitAmount
getset

The upper limit for the payment amount in the case of recurring or autopay payments. Any amount above the limit will not be paid automatically as part of recurring payments and autopay.

The upper limit for the payment amount in the case of recurring or autopay payments. Any amount above the limit will not be paid automatically as part of recurring payments and autopay.


The documentation for this class was generated from the following file: