Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 2.08 KB

PickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.md

File metadata and controls

31 lines (22 loc) · 2.08 KB

PickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier

From T, pick a set of properties whose keys are in the union K

Properties

Name Type Description Notes
mobile_number str
credit_amount int The amount that needs to be credited to the member

Example

from wallet.models.pick_ms_merchant_credit_creation_params_exclude_keyof_ms_merchant_credit_creation_params_member_identifier import PickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier

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

# convert the object into a dict
pick_ms_merchant_credit_creation_params_exclude_keyof_ms_merchant_credit_creation_params_member_identifier_dict = pick_ms_merchant_credit_creation_params_exclude_keyof_ms_merchant_credit_creation_params_member_identifier_instance.to_dict()
# create an instance of PickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier from a dict
pick_ms_merchant_credit_creation_params_exclude_keyof_ms_merchant_credit_creation_params_member_identifier_form_dict = pick_ms_merchant_credit_creation_params_exclude_keyof_ms_merchant_credit_creation_params_member_identifier.from_dict(pick_ms_merchant_credit_creation_params_exclude_keyof_ms_merchant_credit_creation_params_member_identifier_dict)

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