From f12db629955bc0d07bcb72d765cb99b08b8cc8ab Mon Sep 17 00:00:00 2001
From: envy124 <aspidfire9664@gmail.com>
Date: Sat, 22 Jul 2017 14:48:16 +0300
Subject: [PATCH] PaymentDefinition add ID field

---
 types.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/types.go b/types.go
index 1860cfa..e0e8edc 100644
--- a/types.go
+++ b/types.go
@@ -290,6 +290,7 @@ type (
 
 	// PaymentDefinition struct
 	PaymentDefinition struct {
+		ID                string        `json:"id,omitempty"`
 		Name              string        `json:"name,omitempty"`
 		Type              string        `json:"type,omitempty"`
 		Frequency         string        `json:"frequency,omitempty"`