plaid2.model.partner_customers_create_response module

class plaid2.model.partner_customers_create_response.PartnerCustomersCreateResponse(*, request_id: Optional[str] = None, end_customer: Optional[str] = None, production_secret: Optional[str] = None)[source]

Bases: BaseModel

dict(**kwargs: Any) Dict[str, Any][source]

Return a dict representation of the object. Takes same keyword arguments as pydantic.BaseModel.dict

end_customer: Optional[str]

The end customer details for the newly-created customer client.

json(**kwargs: Any) str[source]

Return a json string representation of the object. Takes same keyword arguments as pydantic.BaseModel.json

classmethod parse_obj(data: Any) PartnerCustomersCreateResponse[source]

Parse a dict into the object. Takes same keyword arguments as pydantic.BaseModel.parse_obj

classmethod parse_raw(b: Union[bytes, str], **kwargs: Any) PartnerCustomersCreateResponse[source]

Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw

production_secret: Optional[str]
request_id: Optional[str]

A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.