Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.34 KB

File metadata and controls

33 lines (24 loc) · 1.34 KB

UnibeeApiMerchantPaymentNewRes

Properties

Name Type Description Notes
action object [optional]
external_payment_id str ExternalPaymentId [optional]
link str [optional]
payment_id str PaymentId [optional]
status int Status, 10-Created 20-Success

Example

from openapi_client.models.unibee_api_merchant_payment_new_res import UnibeeApiMerchantPaymentNewRes

# TODO update the JSON string below
json = "{}"
# create an instance of UnibeeApiMerchantPaymentNewRes from a JSON string
unibee_api_merchant_payment_new_res_instance = UnibeeApiMerchantPaymentNewRes.from_json(json)
# print the JSON string representation of the object
print UnibeeApiMerchantPaymentNewRes.to_json()

# convert the object into a dict
unibee_api_merchant_payment_new_res_dict = unibee_api_merchant_payment_new_res_instance.to_dict()
# create an instance of UnibeeApiMerchantPaymentNewRes from a dict
unibee_api_merchant_payment_new_res_form_dict = unibee_api_merchant_payment_new_res.from_dict(unibee_api_merchant_payment_new_res_dict)

[Back to Model list] [Back to API list] [Back to README]