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

More...

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

Public Member Functions

 PaymentScheduleVo (string paymentRecurringType=default(string), string paymentRecurringCount=default(string), string paymentAmountType=default(string), string paymentStartDate=default(string), string paymentEndDate=default(string), string paymentLimitAmount=default(string), string paymentPlanId=default(string), string paymentDeferDays=default(string))
 Initializes a new instance of the PaymentScheduleVo 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 (PaymentScheduleVo input)
 Returns true if PaymentScheduleVo instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string PaymentRecurringCount [get, set]
 The maximum number of payments that can be created as part of a recurring payment setup. More...
 
string PaymentStartDate [get, set]
 The date on which the first payment will be drafted as part of a recurring payment setup. This is to be specified in the ISO8601 full-date format, namely, YYYY-MM-DD. More...
 
string PaymentEndDate [get, set]
 The date by which the last payment will be drafted as part of a recurring payment setup. This is to be specified in the ISO8601 full-date format, namely, YYYY-MM-DD. More...
 
string PaymentLimitAmount [get, set]
 The upper limit for the payment amount in the case of recurring or autopay payments. More...
 
string PaymentPlanId [get, set]
 The reference to the payment plan, offered by the biller, that is used to set up the recurring payment. The list of payment plans offered is published as part of the biller set-up. More...
 
string PaymentDeferDays [get, set]
 The number of days from the bill due date that the customer wishes to delay the autopay payment by. More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.PaymentScheduleVo.PaymentScheduleVo ( string  paymentRecurringType = default(string),
string  paymentRecurringCount = default(string),
string  paymentAmountType = default(string),
string  paymentStartDate = default(string),
string  paymentEndDate = default(string),
string  paymentLimitAmount = default(string),
string  paymentPlanId = default(string),
string  paymentDeferDays = default(string) 
)

Initializes a new instance of the PaymentScheduleVo class.

Parameters
paymentRecurringTypeThe frequency of the payments created as part of a payment setup..
paymentRecurringCountThe maximum number of payments that can be created as part of a recurring payment setup..
paymentAmountTypeThe amount type that is used to set the amount for payments created as part of a recurring payment or autopay setup. .
paymentStartDateThe date on which the first payment will be drafted as part of a recurring payment setup. This is to be specified in the ISO8601 full-date format, namely, YYYY-MM-DD..
paymentEndDateThe date by which the last payment will be drafted as part of a recurring payment setup. This is to be specified in the ISO8601 full-date format, namely, YYYY-MM-DD..
paymentLimitAmountThe upper limit for the payment amount in the case of recurring or autopay payments..
paymentPlanIdThe reference to the payment plan, offered by the biller, that is used to set up the recurring payment. The list of payment plans offered is published as part of the biller set-up..
paymentDeferDaysThe number of days from the bill due date that the customer wishes to delay the autopay payment by..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if PaymentScheduleVo instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.PaymentScheduleVo.PaymentDeferDays
getset

The number of days from the bill due date that the customer wishes to delay the autopay payment by.

The number of days from the bill due date that the customer wishes to delay the autopay payment by.

string Orbipay.PaymentsApi.Client.Models.PaymentScheduleVo.PaymentEndDate
getset

The date by which the last payment will be drafted as part of a recurring payment setup. This is to be specified in the ISO8601 full-date format, namely, YYYY-MM-DD.

The date by which the last payment will be drafted as part of a recurring payment setup. This is to be specified in the ISO8601 full-date format, namely, YYYY-MM-DD.

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

The upper limit for the payment amount in the case of recurring or autopay payments.

The upper limit for the payment amount in the case of recurring or autopay payments.

string Orbipay.PaymentsApi.Client.Models.PaymentScheduleVo.PaymentPlanId
getset

The reference to the payment plan, offered by the biller, that is used to set up the recurring payment. The list of payment plans offered is published as part of the biller set-up.

The reference to the payment plan, offered by the biller, that is used to set up the recurring payment. The list of payment plans offered is published as part of the biller set-up.

string Orbipay.PaymentsApi.Client.Models.PaymentScheduleVo.PaymentRecurringCount
getset

The maximum number of payments that can be created as part of a recurring payment setup.

The maximum number of payments that can be created as part of a recurring payment setup.

string Orbipay.PaymentsApi.Client.Models.PaymentScheduleVo.PaymentStartDate
getset

The date on which the first payment will be drafted as part of a recurring payment setup. This is to be specified in the ISO8601 full-date format, namely, YYYY-MM-DD.

The date on which the first payment will be drafted as part of a recurring payment setup. This is to be specified in the ISO8601 full-date format, namely, YYYY-MM-DD.


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