All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.flutterwave.rave.java.payload.fundcardpayload Maven / Gradle / Ivy

There is a newer version: 1.03
Show newest version
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package com.flutterwave.rave.java.payload;

/**
 *
 * @author cleopatradouglas
 */
public class fundcardpayload {

    /**
     * @return the test
     */
    public String getTest() {
        return test;
    }

    /**
     * @param test the test to set
     */
    public void setTest(String test) {
        this.test = test;
    }

    /**
     * @return the id
     */
    public String getId() {
        return id;
    }

    /**
     * @param id the id to set
     */
    public void setId(String id) {
        this.id = id;
    }

    /**
     * @return the amount
     */
    public String getAmount() {
        return amount;
    }

    /**
     * @param amount the amount to set
     */
    public void setAmount(String amount) {
        this.amount = amount;
    }

    /**
     * @return the debit_currency
     */
    public String getDebit_currency() {
        return debit_currency;
    }

    /**
     * @param debit_currency the debit_currency to set
     */
    public void setDebit_currency(String debit_currency) {
        this.debit_currency = debit_currency;
    }

    /**
     * @return the secret_key
     */
    public String getSecret_key() {
        return secret_key;
    }

    /**
     * @param secret_key the secret_key to set
     */
    public void setSecret_key(String secret_key) {
        this.secret_key = secret_key;
    }
    
//    {
//	"id": "660bae3b-333c-410f-b283-2d181587247f",
//	"amount": "20",
//	"debit_currency": "USD",
//	"secret_key": "FLWSECK-e6db11d1f8a6208de8cb2f94e293450e-X"
//}
    
    private String id;
    private String amount;
    private String debit_currency;
    private String secret_key;
    private String test;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy