Rev 24089 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed
package com.spice.profitmandi.web.req;public class CreateAddMoneyRequest {private String transaction_reference;private float amount;public String getTransaction_reference() {return transaction_reference;}public void setTransaction_reference(String transaction_reference) {this.transaction_reference = transaction_reference;}public float getAmount() {return amount;}public void setAmount(float amount) {this.amount = amount;}}