You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if automatic payment is false, Gateway Link will provided that manual payment needed
[optional]
paid
bool
true
false,automatic payment is default behavior for one-time addon purchased, payment will create attach to the purchase, when payment is success, return false, otherwise false
fromopenapi_client.models.merchant_subscription_new_onetime_addon_payment_post200_response_dataimportMerchantSubscriptionNewOnetimeAddonPaymentPost200ResponseData# TODO update the JSON string belowjson="{}"# create an instance of MerchantSubscriptionNewOnetimeAddonPaymentPost200ResponseData from a JSON stringmerchant_subscription_new_onetime_addon_payment_post200_response_data_instance=MerchantSubscriptionNewOnetimeAddonPaymentPost200ResponseData.from_json(json)
# print the JSON string representation of the objectprintMerchantSubscriptionNewOnetimeAddonPaymentPost200ResponseData.to_json()
# convert the object into a dictmerchant_subscription_new_onetime_addon_payment_post200_response_data_dict=merchant_subscription_new_onetime_addon_payment_post200_response_data_instance.to_dict()
# create an instance of MerchantSubscriptionNewOnetimeAddonPaymentPost200ResponseData from a dictmerchant_subscription_new_onetime_addon_payment_post200_response_data_form_dict=merchant_subscription_new_onetime_addon_payment_post200_response_data.from_dict(merchant_subscription_new_onetime_addon_payment_post200_response_data_dict)