Snippets

EasyPaymentGateway MerchantBean For Customer API

Created by Ruben Fernandez

File MerchantBean Added

  • Ignore whitespace
  • Hide word diff
+package com.easypaymentgateway.viewbean;
+
+public class MerchantBean {
+
+    int id;
+    String name;
+    String merchant_password;
+
+    public int getId() {
+        return id;
+    }
+
+    public void setId(int id) {
+        this.id = id;
+    }
+
+    public String getName() {
+        return name;
+    }
+
+    public void setName(String name) {
+        this.name = name;
+    }
+
+    public String getMerchant_password() {
+        return merchant_password;
+    }
+
+    public void setMerchant_password(String merchant_password) {
+        this.merchant_password = merchant_password;
+    }
+
+}
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.