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

More...

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

Public Member Functions

 ManagePBTRequest (CustomerMinimalRequest customer=default(CustomerMinimalRequest), PbtContact contact=default(PbtContact), CustomerAccountMinimalRequest customerAccount=default(CustomerAccountMinimalRequest), PBTFundingAccountMinimalRequest fundingAccount=default(PBTFundingAccountMinimalRequest), string paymentAmountType=default(string), string daysBeforeDue=default(string), string enrollmentStatus=default(string))
 Initializes a new instance of the ManagePBTRequest 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 (ManagePBTRequest input)
 Returns true if ManagePBTRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 ManagePBTRequest ()
 Initializes a new instance of the ManagePBTRequest class. More...
 

Properties

CustomerMinimalRequest Customer [get, set]
 Gets or Sets Customer More...
 
PbtContact Contact [get, set]
 Gets or Sets Contact More...
 
CustomerAccountMinimalRequest CustomerAccount [get, set]
 Gets or Sets CustomerAccount More...
 
PBTFundingAccountMinimalRequest FundingAccount [get, set]
 Gets or Sets FundingAccount More...
 
string DaysBeforeDue [get, set]
 The number of days before the payment due date on which the payment alert is to be sent to the enrolled customer to the contact phone provided here. More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.ManagePBTRequest.ManagePBTRequest ( )
protected

Initializes a new instance of the ManagePBTRequest class.

Orbipay.PaymentsApi.Client.Models.ManagePBTRequest.ManagePBTRequest ( CustomerMinimalRequest  customer = default(CustomerMinimalRequest),
PbtContact  contact = default(PbtContact),
CustomerAccountMinimalRequest  customerAccount = default(CustomerAccountMinimalRequest),
PBTFundingAccountMinimalRequest  fundingAccount = default(PBTFundingAccountMinimalRequest),
string  paymentAmountType = default(string),
string  daysBeforeDue = default(string),
string  enrollmentStatus = default(string) 
)

Initializes a new instance of the ManagePBTRequest class.

Parameters
customercustomer (required).
contactcontact (required).
customerAccountcustomerAccount (required).
fundingAccountfundingAccount (required).
paymentAmountTypeThe type of amount, as per the bill/statement, that is being paid. The payment amount is derived from the amount type selected for the payment. This defaults to other. (required).
daysBeforeDueThe number of days before the payment due date on which the payment alert is to be sent to the enrolled customer to the contact phone provided here. (required).
enrollmentStatusThe status of the payment enrolment. Use “unenrolled” to cancel the existing enrolment..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if ManagePBTRequest instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

PbtContact Orbipay.PaymentsApi.Client.Models.ManagePBTRequest.Contact
getset

Gets or Sets Contact

CustomerMinimalRequest Orbipay.PaymentsApi.Client.Models.ManagePBTRequest.Customer
getset

Gets or Sets Customer

CustomerAccountMinimalRequest Orbipay.PaymentsApi.Client.Models.ManagePBTRequest.CustomerAccount
getset

Gets or Sets CustomerAccount

string Orbipay.PaymentsApi.Client.Models.ManagePBTRequest.DaysBeforeDue
getset

The number of days before the payment due date on which the payment alert is to be sent to the enrolled customer to the contact phone provided here.

The number of days before the payment due date on which the payment alert is to be sent to the enrolled customer to the contact phone provided here.

PBTFundingAccountMinimalRequest Orbipay.PaymentsApi.Client.Models.ManagePBTRequest.FundingAccount
getset

Gets or Sets FundingAccount


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