Skip to main content

fdk-pincode

You are reading an outdated document

Get the latest developer guides on Fynd Partners Help

This action component is used to perform actions regarding pincode, which includes validating pincode, getting Turn Around Time (information regarding delivery dates), and getting pincode details

Props

KeyTypeDescription
validatePincodefunctionthis function is used to validate the entered pincode, whether pincode is valid or not, or servicable or not
getTatfunctionthis function is used to get the turn around time details of validated pincode, here pincode and other details is passed as parameter
pincodeDetailsfunctionthis function is used to get the information regarding the pincode, pincode is passed as parameter

Example

<fdk-pincode>
<template slot-scope="pincode">
//code
</template
</fdk-pincode>