|
My Project
|
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... | |
| 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.
| contact | contact. |
| customer | customer. |
| fundingAccount | fundingAccount. |
| customerAccount | customerAccount. |
| paymentAmountType | The 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.. |
| daysBeforeDue | 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.. |
| enrollmentStatus | The status of the payment enrolment.. |
| override bool Orbipay.PaymentsApi.Client.Models.PBTEnrollmentResponse.Equals | ( | object | input | ) |
Returns true if objects are equal
| input | Object to be compared |
| bool Orbipay.PaymentsApi.Client.Models.PBTEnrollmentResponse.Equals | ( | PBTEnrollmentResponse | input | ) |
Returns true if PBTEnrollmentResponse instances are equal
| input | Instance of PBTEnrollmentResponse to be compared |
| override int Orbipay.PaymentsApi.Client.Models.PBTEnrollmentResponse.GetHashCode | ( | ) |
Gets the hash code
|
virtual |
Returns the JSON string presentation of the object
| override string Orbipay.PaymentsApi.Client.Models.PBTEnrollmentResponse.ToString | ( | ) |
Returns the string presentation of the object
|
getset |
Gets or Sets Contact
|
getset |
Gets or Sets Customer
|
getset |
Gets or Sets CustomerAccount
|
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.
|
getset |
Gets or Sets FundingAccount