{ 
                "ExpiresAfterDays": 365,
                "Lifecycles": [
                    { 
                        "State": "Rejected",
                        "DelayInSeconds": 60
                    },
                    {
                        "State": "IssuedByPlatform",
                        "DelayInSeconds": 60
                    },
                    { 
                        "State": "ReceivedByPlatform",
                        "DelayInSeconds": 60
                    },
                    { 
                        "State": "MadeAvailable",
                        "DelayInSeconds": 60
                    },
                    { 
                        "State": "InHand",
                        "DelayInSeconds": 60
                    },
                    { 
                        "State": "Approved",
                        "DelayInSeconds": 60
                    },
                    { 
                        "State": "PaymentSent",
                        "DelayInSeconds": 60,
						"WaitForAction": "ReceivePayment"
                    },
                    { 
                        "State": "PaymentReceived",
                        "DelayInSeconds": 60
                    }
                ]
            }