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
frompayjpv2.models.payment_flow_payment_method_options_card_requestimportPaymentFlowPaymentMethodOptionsCardRequest# TODO update the JSON string belowjson="{}"# create an instance of PaymentFlowPaymentMethodOptionsCardRequest from a JSON stringpayment_flow_payment_method_options_card_request_instance=PaymentFlowPaymentMethodOptionsCardRequest.from_json(json)
# print the JSON string representation of the objectprint(PaymentFlowPaymentMethodOptionsCardRequest.to_json())
# convert the object into a dictpayment_flow_payment_method_options_card_request_dict=payment_flow_payment_method_options_card_request_instance.to_dict()
# create an instance of PaymentFlowPaymentMethodOptionsCardRequest from a dictpayment_flow_payment_method_options_card_request_from_dict=PaymentFlowPaymentMethodOptionsCardRequest.from_dict(payment_flow_payment_method_options_card_request_dict)