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

More...

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

Public Member Functions

 CreatePaymentSetupRequest (string paymentSetupReference=default(string), string paymentSetupScheduleType=default(string), string amount=default(string), string cardCvvNumber=default(string), FeeRequest fee=default(FeeRequest), CustomerMinimalRequest customer=default(CustomerMinimalRequest), FundingAccountMinimalRequest fundingAccount=default(FundingAccountMinimalRequest), CustomerAccountMinimalRequest customerAccount=default(CustomerAccountMinimalRequest), PaymentScheduleVo paymentSchedule=default(PaymentScheduleVo), Dictionary< string, string > customFields=default(Dictionary< string, string >), string comments=default(string))
 Initializes a new instance of the CreatePaymentSetupRequest 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 (CreatePaymentSetupRequest input)
 Returns true if CreatePaymentSetupRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string PaymentSetupReference [get, set]
 The unique identifier in the client system for the paymentSetup. More...
 
string Amount [get, set]
 The amount being paid. In case the payment_amount_type is &#39;discounted_amount&#39;, &#39;penalty_amount&#39; or &#39;other&#39;, the amount needs to be specified. In other cases, this is derived from the payment_amount_type. More...
 
string CardCvvNumber [get, set]
 This is never returned by EBPP. This needs to be passed to EBPP when making or editing a payment with a card funding account. More...
 
FeeRequest Fee [get, set]
 Gets or Sets Fee More...
 
CustomerMinimalRequest Customer [get, set]
 Gets or Sets Customer More...
 
FundingAccountMinimalRequest FundingAccount [get, set]
 Gets or Sets FundingAccount More...
 
CustomerAccountMinimalRequest CustomerAccount [get, set]
 Gets or Sets CustomerAccount More...
 
PaymentScheduleVo PaymentSchedule [get, set]
 Gets or Sets PaymentSchedule More...
 
Dictionary< string, string > CustomFields [get, set]
 The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests. More...
 
string Comments [get, set]
 Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo. More...
 

Detailed Description

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

Constructor & Destructor Documentation

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

Initializes a new instance of the CreatePaymentSetupRequest class.

Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.CreatePaymentSetupRequest ( string  paymentSetupReference = default(string),
string  paymentSetupScheduleType = default(string),
string  amount = default(string),
string  cardCvvNumber = default(string),
FeeRequest  fee = default(FeeRequest),
CustomerMinimalRequest  customer = default(CustomerMinimalRequest),
FundingAccountMinimalRequest  fundingAccount = default(FundingAccountMinimalRequest),
CustomerAccountMinimalRequest  customerAccount = default(CustomerAccountMinimalRequest),
PaymentScheduleVo  paymentSchedule = default(PaymentScheduleVo),
Dictionary< string, string >  customFields = default(Dictionary<string, string>),
string  comments = default(string) 
)

Initializes a new instance of the CreatePaymentSetupRequest class.

Parameters
paymentSetupReferenceThe unique identifier in the client system for the paymentSetup..
paymentSetupScheduleTypeThe schedule type for the payment setup. (required).
amountThe amount being paid. In case the payment_amount_type is &#39;discounted_amount&#39;, &#39;penalty_amount&#39; or &#39;other&#39;, the amount needs to be specified. In other cases, this is derived from the payment_amount_type..
cardCvvNumberThis is never returned by EBPP. This needs to be passed to EBPP when making or editing a payment with a card funding account..
feefee.
customercustomer (required).
fundingAccountfundingAccount (required).
customerAccountcustomerAccount (required).
paymentSchedulepaymentSchedule (required).
customFieldsThe additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests..
commentsComments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if CreatePaymentSetupRequest instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.Amount
getset

The amount being paid. In case the payment_amount_type is &#39;discounted_amount&#39;, &#39;penalty_amount&#39; or &#39;other&#39;, the amount needs to be specified. In other cases, this is derived from the payment_amount_type.

The amount being paid. In case the payment_amount_type is &#39;discounted_amount&#39;, &#39;penalty_amount&#39; or &#39;other&#39;, the amount needs to be specified. In other cases, this is derived from the payment_amount_type.

string Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.CardCvvNumber
getset

This is never returned by EBPP. This needs to be passed to EBPP when making or editing a payment with a card funding account.

This is never returned by EBPP. This needs to be passed to EBPP when making or editing a payment with a card funding account.

string Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.Comments
getset

Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.

Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.

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

Gets or Sets Customer

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

Gets or Sets CustomerAccount

Dictionary<string, string> Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.CustomFields
getset

The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests.

The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests.

FeeRequest Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.Fee
getset

Gets or Sets Fee

FundingAccountMinimalRequest Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.FundingAccount
getset

Gets or Sets FundingAccount

PaymentScheduleVo Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.PaymentSchedule
getset

Gets or Sets PaymentSchedule

string Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.PaymentSetupReference
getset

The unique identifier in the client system for the paymentSetup.

The unique identifier in the client system for the paymentSetup.


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