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

More...

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

Public Member Functions

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

Properties

PBTContactResponse Contact [get, set]
 Gets or Sets Contact More...
 
CustomerSnapshotResponse Customer [get, set]
 Gets or Sets Customer More...
 
FundingAccountSnapshotResponse FundingAccount [get, set]
 Gets or Sets FundingAccount More...
 
CustomerAccountSnapshotResponse CustomerAccount [get, set]
 Gets or Sets CustomerAccount 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.PBTEnrollmentResponse.PBTEnrollmentResponse ( PBTContactResponse  contact = default(PBTContactResponse),
CustomerSnapshotResponse  customer = default(CustomerSnapshotResponse),
FundingAccountSnapshotResponse  fundingAccount = default(FundingAccountSnapshotResponse),
CustomerAccountSnapshotResponse  customerAccount = default(CustomerAccountSnapshotResponse),
string  paymentAmountType = default(string),
string  daysBeforeDue = default(string),
string  enrollmentStatus = default(string) 
)

Initializes a new instance of the PBTEnrollmentResponse class.

Parameters
contactcontact.
customercustomer.
fundingAccountfundingAccount.
customerAccountcustomerAccount.
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..
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..
enrollmentStatusThe status of the payment enrolment..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if PBTEnrollmentResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

PBTContactResponse Orbipay.PaymentsApi.Client.Models.PBTEnrollmentResponse.Contact
getset

Gets or Sets Contact

CustomerSnapshotResponse Orbipay.PaymentsApi.Client.Models.PBTEnrollmentResponse.Customer
getset

Gets or Sets Customer

CustomerAccountSnapshotResponse Orbipay.PaymentsApi.Client.Models.PBTEnrollmentResponse.CustomerAccount
getset

Gets or Sets CustomerAccount

string Orbipay.PaymentsApi.Client.Models.PBTEnrollmentResponse.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.

FundingAccountSnapshotResponse Orbipay.PaymentsApi.Client.Models.PBTEnrollmentResponse.FundingAccount
getset

Gets or Sets FundingAccount


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