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

Public Member Functions

string GetPaymentRecurringType ()
 The frequency of the payments created as part of a payment setup. More...
 
string GetPaymentRecurringCount ()
 The maximum number of payments that can be created as part of a recurring payment setup. More...
 
string GetPaymentAmountType ()
 The amount type that is used to set the amount for payments created as part of a recurring payment or autopay setup. More...
 
string GetPaymentStartDate ()
 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 GetPaymentEndDate ()
 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 GetPaymentLimitAmount ()
 The upper limit for the payment amount in the case of recurring or autopay payments. More...
 
string GetPaymentPlanId ()
 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 GetPaymentDeferDays ()
 The number of days from the bill due date that the customer wishes to delay the autopay payment by. More...
 
 PaymentSchedule (string paymentRecurringType=null, string paymentRecurringCount=null, string paymentAmountType=null, string paymentStartDate=null, string paymentEndDate=null, string paymentLimitAmount=null, string paymentPlanId=null, string paymentDeferDays=null)
 
PaymentSchedule WithPaymentLimitAmount (string paymentLimitAmount)
 
IEnumerator< PaymentScheduleGetEnumerator ()
 

Public Attributes

string PaymentRecurringType
 The frequency of the payments created as part of a payment setup. More...
 
string PaymentRecurringCount
 The maximum number of payments that can be created as part of a recurring payment setup. More...
 
string PaymentAmountType
 The amount type that is used to set the amount for payments created as part of a recurring payment or autopay setup. More...
 
string PaymentStartDate
 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
 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
 The upper limit for the payment amount in the case of recurring or autopay payments. More...
 
string PaymentPlanId
 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
 The number of days from the bill due date that the customer wishes to delay the autopay payment by. More...
 

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Wrappers.PaymentSchedule.PaymentSchedule ( string  paymentRecurringType = null,
string  paymentRecurringCount = null,
string  paymentAmountType = null,
string  paymentStartDate = null,
string  paymentEndDate = null,
string  paymentLimitAmount = null,
string  paymentPlanId = null,
string  paymentDeferDays = null 
)

PaymentSchedule Constructor.

Parameters
PaymentRecurringTypeThe PaymentRecurringType is of type string
PaymentRecurringCountThe PaymentRecurringCount is of type string
PaymentAmountTypeThe PaymentAmountType is of type string
PaymentStartDateThe PaymentStartDate is of type string
PaymentEndDateThe PaymentEndDate is of type string
PaymentLimitAmountThe PaymentLimitAmount is of type string
PaymentPlanIdThe PaymentPlanId is of type string
PaymentDeferDaysThe PaymentDeferDays is of type string

Member Function Documentation

IEnumerator<PaymentSchedule> Orbipay.PaymentsApi.Client.Wrappers.PaymentSchedule.GetEnumerator ( )
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSchedule.GetPaymentAmountType ( )

The amount type that is used to set the amount for payments created as part of a recurring payment or autopay setup.

The amount type that is used to set the amount for payments created as part of a recurring payment or autopay setup.

string Orbipay.PaymentsApi.Client.Wrappers.PaymentSchedule.GetPaymentDeferDays ( )

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.Wrappers.PaymentSchedule.GetPaymentEndDate ( )

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.Wrappers.PaymentSchedule.GetPaymentLimitAmount ( )

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.Wrappers.PaymentSchedule.GetPaymentPlanId ( )

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.Wrappers.PaymentSchedule.GetPaymentRecurringCount ( )

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.Wrappers.PaymentSchedule.GetPaymentRecurringType ( )

The frequency of the payments created as part of a payment setup.

The frequency of the payments created as part of a payment setup.

string Orbipay.PaymentsApi.Client.Wrappers.PaymentSchedule.GetPaymentStartDate ( )

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.

PaymentSchedule Orbipay.PaymentsApi.Client.Wrappers.PaymentSchedule.WithPaymentLimitAmount ( string  paymentLimitAmount)

WithPaymentLimitAmount Method.

Parameters
PaymentLimitAmountThe PaymentLimitAmount is of type string
Returns
PaymentSchedule

Member Data Documentation

string Orbipay.PaymentsApi.Client.Wrappers.PaymentSchedule.PaymentAmountType

The amount type that is used to set the amount for payments created as part of a recurring payment or autopay setup.

The amount type that is used to set the amount for payments created as part of a recurring payment or autopay setup.

string Orbipay.PaymentsApi.Client.Wrappers.PaymentSchedule.PaymentDeferDays

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.Wrappers.PaymentSchedule.PaymentEndDate

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.Wrappers.PaymentSchedule.PaymentLimitAmount

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.Wrappers.PaymentSchedule.PaymentPlanId

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.Wrappers.PaymentSchedule.PaymentRecurringCount

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.Wrappers.PaymentSchedule.PaymentRecurringType

The frequency of the payments created as part of a payment setup.

The frequency of the payments created as part of a payment setup.

string Orbipay.PaymentsApi.Client.Wrappers.PaymentSchedule.PaymentStartDate

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: