My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Wrappers.PBT Class Reference
Inheritance diagram for Orbipay.PaymentsApi.Client.Wrappers.PBT:
Orbipay.PaymentsApi.Client.Wrappers.Base

Public Member Functions

Contact GetContact ()
 Gets Contact More...
 
Customer GetCustomer ()
 Gets Customer More...
 
FundingAccount GetFundingAccount ()
 Gets FundingAccount More...
 
CustomerAccount GetCustomerAccount ()
 Gets CustomerAccount More...
 
string GetPaymentAmountType ()
 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. More...
 
string GetDaysBeforeDue ()
 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...
 
string GetEnrollmentStatus ()
 The status of the payment enrolment. More...
 
PBT ForClient (string clientKey)
 
PBT VideChannel (string channel)
 
PBT WithContact (Contact contact)
 
PBT ForCustomer (Customer customer)
 
PBT FromAccount (FundingAccount fundingAccount)
 
PBT ToAccount (CustomerAccount customerAccount)
 
PBT WithPaymentAmountType (string paymentAmountType)
 
PBT WithDaysBeforeDue (string daysBeforeDue)
 
PBT WithEnrollmentStatus (string enrollmentStatus)
 
PBT PerformedBy (string requestor, string requestorType)
 PerformedBy Method. More...
 
PBT Manage (InvocationContext invocation_context, string live_mode=null, string api_end_point=null)
 Manage Method. More...
 
IEnumerator< PBTGetEnumerator ()
 
- Public Member Functions inherited from Orbipay.PaymentsApi.Client.Wrappers.Base
String GetLiveMode ()
 
string GetApiEndPoint ()
 
void SetLiveMode (String LiveMode=default(String))
 
void SetHttpStatusCode (int httpStatusCode)
 
InvocationContext GetInvocationContext ()
 
int GetHttpStatusCode ()
 
void SetInvocationContext (InvocationContext invocationContext)
 
void Dispose ()
 

Public Attributes

Contact Contact
 Contact More...
 
Customer Customer
 Customer More...
 
FundingAccount FundingAccount
 FundingAccount More...
 
CustomerAccount CustomerAccount
 CustomerAccount More...
 
string 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. More...
 
string 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. More...
 
string EnrollmentStatus
 The status of the payment enrolment. More...
 
- Public Attributes inherited from Orbipay.PaymentsApi.Client.Wrappers.Base
int HttpStatusCode
 

Additional Inherited Members

- Protected Member Functions inherited from Orbipay.PaymentsApi.Client.Wrappers.Base
Base VideChannel (string channel)
 
Base RequestedBy (string requestor, string requestorType)
 
Base ForClient (string clientKey)
 
Base SetAPIEndpoint (String LiveMode=null, String apiEndPoint=null)
 
Base WithContext (InvocationContext request, String LiveMode=default(String), String apiEndPoint=null)
 

Member Function Documentation

PBT Orbipay.PaymentsApi.Client.Wrappers.PBT.ForClient ( string  clientKey)

ForClient Method.

Parameters
ClientKeyThe ClientKey is of type string
Returns
PBT
PBT Orbipay.PaymentsApi.Client.Wrappers.PBT.ForCustomer ( Customer  customer)

ForCustomer Method.

Parameters
CustomerThe Customer is of type Customer
Returns
PBT
PBT Orbipay.PaymentsApi.Client.Wrappers.PBT.FromAccount ( FundingAccount  fundingAccount)

FromAccount Method.

Parameters
FundingAccountThe FundingAccount is of type FundingAccount
Returns
PBT
Contact Orbipay.PaymentsApi.Client.Wrappers.PBT.GetContact ( )

Gets Contact

Customer Orbipay.PaymentsApi.Client.Wrappers.PBT.GetCustomer ( )

Gets Customer

CustomerAccount Orbipay.PaymentsApi.Client.Wrappers.PBT.GetCustomerAccount ( )
string Orbipay.PaymentsApi.Client.Wrappers.PBT.GetDaysBeforeDue ( )

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.

string Orbipay.PaymentsApi.Client.Wrappers.PBT.GetEnrollmentStatus ( )

The status of the payment enrolment.

The status of the payment enrolment.

IEnumerator<PBT> Orbipay.PaymentsApi.Client.Wrappers.PBT.GetEnumerator ( )
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.PBT.GetFundingAccount ( )
string Orbipay.PaymentsApi.Client.Wrappers.PBT.GetPaymentAmountType ( )

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.

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.

PBT Orbipay.PaymentsApi.Client.Wrappers.PBT.Manage ( InvocationContext  invocation_context,
string  live_mode = null,
string  api_end_point = null 
)

Manage Method.

Parameters
invocationContextThe invocationContext is of type InvocationContext
liveModeThe liveMode is of type String
Exceptions
OrbipayApiExceptionThe only Exception that is thrown in Exceptional case
Returns
PBT
PBT Orbipay.PaymentsApi.Client.Wrappers.PBT.PerformedBy ( string  requestor,
string  requestorType 
)

PerformedBy Method.

Parameters
RequestorThe Requestor is of type string
RequestorTypeThe RequestorType is of type string
Returns
PBT
PBT Orbipay.PaymentsApi.Client.Wrappers.PBT.ToAccount ( CustomerAccount  customerAccount)

ToAccount Method.

Parameters
CustomerAccountThe CustomerAccount is of type CustomerAccount
Returns
PBT
PBT Orbipay.PaymentsApi.Client.Wrappers.PBT.VideChannel ( string  channel)

VideChannel Method.

Parameters
ChannelThe Channel is of type string
Returns
PBT
PBT Orbipay.PaymentsApi.Client.Wrappers.PBT.WithContact ( Contact  contact)

WithContact Method.

Parameters
ContactThe Contact is of type Contact
Returns
PBT
PBT Orbipay.PaymentsApi.Client.Wrappers.PBT.WithDaysBeforeDue ( string  daysBeforeDue)

WithDaysBeforeDue Method.

Parameters
DaysBeforeDueThe DaysBeforeDue is of type string
Returns
PBT
PBT Orbipay.PaymentsApi.Client.Wrappers.PBT.WithEnrollmentStatus ( string  enrollmentStatus)

WithEnrollmentStatus Method.

Parameters
EnrollmentStatusThe EnrollmentStatus is of type string
Returns
PBT
PBT Orbipay.PaymentsApi.Client.Wrappers.PBT.WithPaymentAmountType ( string  paymentAmountType)

WithPaymentAmountType Method.

Parameters
PaymentAmountTypeThe PaymentAmountType is of type string
Returns
PBT

Member Data Documentation

Contact Orbipay.PaymentsApi.Client.Wrappers.PBT.Contact
Customer Orbipay.PaymentsApi.Client.Wrappers.PBT.Customer
CustomerAccount Orbipay.PaymentsApi.Client.Wrappers.PBT.CustomerAccount
string Orbipay.PaymentsApi.Client.Wrappers.PBT.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.

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.

string Orbipay.PaymentsApi.Client.Wrappers.PBT.EnrollmentStatus

The status of the payment enrolment.

The status of the payment enrolment.

FundingAccount Orbipay.PaymentsApi.Client.Wrappers.PBT.FundingAccount
string Orbipay.PaymentsApi.Client.Wrappers.PBT.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.

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.


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