defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "paymentForm",
    "@return_type": "paymentForm",
    "id": 0,
    "type": {"@type": "paymentFormType"},
    "seller_bot_user_id": 0,
    "product_info": {"@type": "productInfo"}
  };
}