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
This denotes the flag whether to return PFA or not.
[optional]
equal_payments
str
This denotes the equal payments.
[optional]
quote_expiration_days
int
This denotes the number of days to expire.
[optional]
bypass_cadnb
bool
This denotes the flag whether to bypass CADNB.
[optional]
allow_zero_apr
bool
This denotes the Allow Zero APR.
[optional]
associated_account_number
str
This denotes the associated account number.
[optional]
channel
str
This denotes the channel.
[optional]
channel_version
str
This denotes the channel version.
[optional]
Example
fromopenapi_client.models.pf_endorsement_request_quote_detailsimportPFEndorsementRequestQuoteDetails# TODO update the JSON string belowjson="{}"# create an instance of PFEndorsementRequestQuoteDetails from a JSON stringpf_endorsement_request_quote_details_instance=PFEndorsementRequestQuoteDetails.from_json(json)
# print the JSON string representation of the objectprint(PFEndorsementRequestQuoteDetails.to_json())
# convert the object into a dictpf_endorsement_request_quote_details_dict=pf_endorsement_request_quote_details_instance.to_dict()
# create an instance of PFEndorsementRequestQuoteDetails from a dictpf_endorsement_request_quote_details_from_dict=PFEndorsementRequestQuoteDetails.from_dict(pf_endorsement_request_quote_details_dict)