orbipay_paymentsapi_client.handlers package¶
Submodules¶
orbipay_paymentsapi_client.handlers.add_funding_account_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.add_funding_account_handler.AddFundingAccountHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(funding_account)¶
- process(funding_account)¶
- static wrap_response(funding_account_response)¶
orbipay_paymentsapi_client.handlers.cancel_payment_authorization_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.cancel_payment_authorization_handler.CancelPaymentAuthorizationHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(payment_authorization)¶
- process(payment_authorization)¶
orbipay_paymentsapi_client.handlers.create_customer_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.create_customer_handler.CreateCustomerHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(customer)¶
- process(customer)¶
- static wrap_response(customer_response)¶
orbipay_paymentsapi_client.handlers.create_payment_authorization_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.create_payment_authorization_handler.CreatePaymentAuthorizationHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(payment_authorization)¶
- process(payment_authorization)¶
- static wrap_response(payment_authorization_response)¶
orbipay_paymentsapi_client.handlers.create_payment_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.create_payment_handler.CreatePaymentHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(payment)¶
- process(payment)¶
- static wrap_response(payment_response)¶
orbipay_paymentsapi_client.handlers.create_recurring_payment_setup_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.create_recurring_payment_setup_handler.CreateRecurringPaymentSetupHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(payment_setup)¶
- process(payment_setup)¶
- static wrap_response(payment_setup_response)¶
orbipay_paymentsapi_client.handlers.create_refund_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.create_refund_handler.CreateRefundHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(refund)¶
- process(refund)¶
- static wrap_response(refund_response)¶
orbipay_paymentsapi_client.handlers.delete_funding_account_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.delete_funding_account_handler.DeleteFundingAccountHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(funding_account)¶
- process(funding_account)¶
- static wrap_response(delete_response)¶
orbipay_paymentsapi_client.handlers.delete_payment_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.delete_payment_handler.DeletePaymentHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(payment)¶
- process(payment)¶
- static wrap_response(delete_response)¶
orbipay_paymentsapi_client.handlers.delete_payment_setup_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.delete_payment_setup_handler.DeletePaymentSetupHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(payment_setup)¶
- process(payment_setup)¶
- static wrap_response(delete_response)¶
orbipay_paymentsapi_client.handlers.delete_record_payment_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.delete_record_payment_handler.DeleteRecordPaymentHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(recorded_payment)¶
- process(recorded_payment)¶
orbipay_paymentsapi_client.handlers.get_customer_account_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.get_customer_account_handler.GetCustomerAccountHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(customer_account)¶
- static wrap_response(customer_account_response)¶
orbipay_paymentsapi_client.handlers.get_customer_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.get_customer_handler.GetCustomerHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(customer)¶
- static wrap_response(customer_response)¶
orbipay_paymentsapi_client.handlers.get_funding_account_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.get_funding_account_handler.GetFundingAccountHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(funding_account)¶
- static wrap_response(funding_account_response)¶
orbipay_paymentsapi_client.handlers.get_payment_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.get_payment_handler.GetPaymentHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(payment)¶
- static wrap_response(payment_response)¶
orbipay_paymentsapi_client.handlers.get_payment_setup_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.get_payment_setup_handler.GetPaymentSetupHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(payment_setup)¶
- static wrap_response(payment_setup_response)¶
orbipay_paymentsapi_client.handlers.get_refund_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.get_refund_handler.GetRefundHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(refund)¶
- static wrap_response(refund_response)¶
orbipay_paymentsapi_client.handlers.record_payment_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.record_payment_handler.RecordPaymentHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(recorded_payment)¶
- process(recorded_payment)¶
- static wrap_response(recorded_payment_response)¶
orbipay_paymentsapi_client.handlers.renew_customer_account_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.renew_customer_account_handler.RenewCustomerAccountHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(customer_account)¶
- process(customer_account)¶
- static wrap_response(customer_account_response)¶
orbipay_paymentsapi_client.handlers.replace_funding_account_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.replace_funding_account_handler.ReplaceFundingAccountHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(funding_account)¶
- process(funding_account)¶
- static wrap_response(funding_account_response)¶
orbipay_paymentsapi_client.handlers.retrieve_customer_accounts_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.retrieve_customer_accounts_handler.RetrieveCustomerAccountsHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(customer_accounts)¶
- static wrap_response(customer_accounts_response)¶
orbipay_paymentsapi_client.handlers.retrieve_customer_accounts_page_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.retrieve_customer_accounts_page_handler.RetrieveCustomerAccountsPageHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(customer_accounts)¶
- static wrap_response(customer_accounts_response)¶
orbipay_paymentsapi_client.handlers.retrieve_customers_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.retrieve_customers_handler.RetrieveCustomersHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(customers)¶
- static wrap_response(customers_response)¶
orbipay_paymentsapi_client.handlers.retrieve_customers_page_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.retrieve_customers_page_handler.RetrieveCustomersPageHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(customers)¶
- static wrap_response(customers_response)¶
orbipay_paymentsapi_client.handlers.retrieve_fee_payment_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.retrieve_fee_payment_handler.RetrieveFeePaymentHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(fee_payment)¶
- static wrap_response(payment_response)¶
orbipay_paymentsapi_client.handlers.retrieve_funding_accounts_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.retrieve_funding_accounts_handler.RetrieveFundingAccountsHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(funding_accounts)¶
- static wrap_response(funding_accounts_response)¶
orbipay_paymentsapi_client.handlers.retrieve_funding_accounts_page_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.retrieve_funding_accounts_page_handler.RetrieveFundingAccountsPageHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(funding_accounts)¶
- static wrap_response(funding_accounts_response)¶
orbipay_paymentsapi_client.handlers.retrieve_payment_setups_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.retrieve_payment_setups_handler.RetrievePaymentSetupsHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(payment_setups)¶
- static wrap_response(payment_setups_response)¶
orbipay_paymentsapi_client.handlers.retrieve_payments_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.retrieve_payments_handler.RetrievePaymentsHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(payments)¶
- static wrap_response(payments_response)¶
orbipay_paymentsapi_client.handlers.retrieve_refunds_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.retrieve_refunds_handler.RetrieveRefundsHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- process(refunds)¶
- static wrap_response(refunds_response)¶
orbipay_paymentsapi_client.handlers.simple_payment_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.simple_payment_handler.SimplePaymentHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(simple_payment)¶
- process(simple_payment)¶
- static wrap_response(simple_payment_response)¶
orbipay_paymentsapi_client.handlers.update_customer_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.update_customer_handler.UpdateCustomerHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(customer)¶
- process(customer)¶
- static wrap_response(customer_response)¶
orbipay_paymentsapi_client.handlers.update_funding_account_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.update_funding_account_handler.UpdateFundingAccountHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(funding_account)¶
- process(funding_account)¶
- static wrap_response(funding_account_response)¶
orbipay_paymentsapi_client.handlers.update_payment_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.update_payment_handler.UpdatePaymentHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(payment)¶
- process(payment)¶
- static wrap_response(payment_response)¶
orbipay_paymentsapi_client.handlers.update_payment_setup_handler module¶
## This class subject to change without prior notice, Please dont use this class directly.##¶
- class orbipay_paymentsapi_client.handlers.update_payment_setup_handler.UpdatePaymentSetupHandler(api_end_point=None, live_mode=None, invocation_context=None, http_status_code=None)¶
Bases:
orbipay_paymentsapi_client.wrappers.base.Base
- static populate_body(payment_setup)¶
- process(payment_setup)¶
- static wrap_response(payment_setup_response)¶