Danish Jamal created FINERACT-1377:
--------------------------------------

             Summary: multiple field missing in 
GetSavingsProductsPaymentTypeOptions
                 Key: FINERACT-1377
                 URL: https://issues.apache.org/jira/browse/FINERACT-1377
             Project: Apache Fineract
          Issue Type: Bug
    Affects Versions: 1.5.0
            Reporter: Danish Jamal
            Assignee: Danish Jamal
             Fix For: 1.5.0


Fields "description" and  "isCashPayment" missing in the 
GetSavingsProductsPaymentTypeOptions generated class. Refer below two code 
snippets attached for the difference.
{code:java}

// fields defined in GetSavingsProductsPaymentTypeOptions

public static final String SERIALIZED_NAME_ID = "id";
@SerializedName("id")
private Integer id;
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName("name")
private String name;
public static final String SERIALIZED_NAME_POSITION = "position";
@SerializedName("position")
private Integer position;
{code}
{code:java}
// api response

{
      "id": 1,
      "name": "Money Transfer",
      "description": "Money Transfer",
      "isCashPayment": false,
      "position": 1
}
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to