|
|
|
|
@ -29,8 +29,8 @@ public class ClientUpdateInfo {
|
|
|
|
|
private String abn;
|
|
|
|
|
private String acn;
|
|
|
|
|
private String industry;
|
|
|
|
|
@JSONField(name = "alipayindustry")
|
|
|
|
|
private String alipayIndustry;
|
|
|
|
|
// @JSONField(name = "alipayindustry")
|
|
|
|
|
// private String alipayIndustry;
|
|
|
|
|
@JSONField(name = "company_photo")
|
|
|
|
|
private String companyPhoto;
|
|
|
|
|
@JSONField(name = "store_photo")
|
|
|
|
|
@ -57,18 +57,18 @@ public class ClientUpdateInfo {
|
|
|
|
|
private String country;
|
|
|
|
|
@Pattern(regexp = "^((Australia/West)|(Australia/Eucla)|(Australia/North)|(Australia/South)|(Australia/Brisbane)|(Australia/Melbourne)|(Australia/LHI))$", message = "error.payment.valid.invalid_timezone")
|
|
|
|
|
private String timezone;
|
|
|
|
|
private String jdindustry;
|
|
|
|
|
private String royalpayindustry;
|
|
|
|
|
|
|
|
|
|
private String referrer_id;
|
|
|
|
|
private String referrer_name;
|
|
|
|
|
// private String jdindustry;
|
|
|
|
|
// private String royalpayindustry;
|
|
|
|
|
|
|
|
|
|
// private String referrer_id;
|
|
|
|
|
// private String referrer_name;
|
|
|
|
|
//
|
|
|
|
|
private String client_apply_id;
|
|
|
|
|
|
|
|
|
|
private String business_hours;
|
|
|
|
|
private String merchant_introduction;
|
|
|
|
|
private String merchant_tag;
|
|
|
|
|
private String merchant_video_url;
|
|
|
|
|
//
|
|
|
|
|
// private String business_hours;
|
|
|
|
|
// private String merchant_introduction;
|
|
|
|
|
// private String merchant_tag;
|
|
|
|
|
// private String merchant_video_url;
|
|
|
|
|
|
|
|
|
|
public JSONObject insertObject() {
|
|
|
|
|
JSONObject res = (JSONObject) JSON.toJSON(this);
|
|
|
|
|
@ -325,75 +325,79 @@ public class ClientUpdateInfo {
|
|
|
|
|
this.businessStructure = businessStructure;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getReferrer_id() {
|
|
|
|
|
return referrer_id;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setReferrer_id(String referrer_id) {
|
|
|
|
|
this.referrer_id = referrer_id;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getReferrer_name() {
|
|
|
|
|
return referrer_name;
|
|
|
|
|
}
|
|
|
|
|
// public String getReferrer_id() {
|
|
|
|
|
// return referrer_id;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public void setReferrer_id(String referrer_id) {
|
|
|
|
|
// this.referrer_id = referrer_id;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public String getReferrer_name() {
|
|
|
|
|
// return referrer_name;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public void setReferrer_name(String referrer_name) {
|
|
|
|
|
// this.referrer_name = referrer_name;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public String getAlipayIndustry() {
|
|
|
|
|
// return alipayIndustry;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public void setAlipayIndustry(String alipayIndustry) {
|
|
|
|
|
// this.alipayIndustry = alipayIndustry;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public String getJdindustry() {
|
|
|
|
|
// return jdindustry;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public void setJdindustry(String jdindustry) {
|
|
|
|
|
// this.jdindustry = jdindustry;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public String getRoyalpayindustry() {
|
|
|
|
|
// return royalpayindustry;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public void setRoyalpayindustry(String royalpayindustry) {
|
|
|
|
|
// this.royalpayindustry = royalpayindustry;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public String getBusiness_hours() {
|
|
|
|
|
// return business_hours;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public void setBusiness_hours(String business_hours) {
|
|
|
|
|
// this.business_hours = business_hours;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public String getMerchant_introduction() {
|
|
|
|
|
// return merchant_introduction;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public void setMerchant_introduction(String merchant_introduction) {
|
|
|
|
|
// this.merchant_introduction = merchant_introduction;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public String getMerchant_tag() {
|
|
|
|
|
// return merchant_tag;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public void setMerchant_tag(String merchant_tag) {
|
|
|
|
|
// this.merchant_tag = merchant_tag;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public String getMerchant_video_url() {
|
|
|
|
|
// return merchant_video_url;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public void setMerchant_video_url(String merchant_video_url) {
|
|
|
|
|
// this.merchant_video_url = merchant_video_url;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
public void setReferrer_name(String referrer_name) {
|
|
|
|
|
this.referrer_name = referrer_name;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getAlipayIndustry() {
|
|
|
|
|
return alipayIndustry;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setAlipayIndustry(String alipayIndustry) {
|
|
|
|
|
this.alipayIndustry = alipayIndustry;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getJdindustry() {
|
|
|
|
|
return jdindustry;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setJdindustry(String jdindustry) {
|
|
|
|
|
this.jdindustry = jdindustry;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getRoyalpayindustry() {
|
|
|
|
|
return royalpayindustry;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setRoyalpayindustry(String royalpayindustry) {
|
|
|
|
|
this.royalpayindustry = royalpayindustry;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBusiness_hours() {
|
|
|
|
|
return business_hours;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setBusiness_hours(String business_hours) {
|
|
|
|
|
this.business_hours = business_hours;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getMerchant_introduction() {
|
|
|
|
|
return merchant_introduction;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setMerchant_introduction(String merchant_introduction) {
|
|
|
|
|
this.merchant_introduction = merchant_introduction;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getMerchant_tag() {
|
|
|
|
|
return merchant_tag;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setMerchant_tag(String merchant_tag) {
|
|
|
|
|
this.merchant_tag = merchant_tag;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getMerchant_video_url() {
|
|
|
|
|
return merchant_video_url;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setMerchant_video_url(String merchant_video_url) {
|
|
|
|
|
this.merchant_video_url = merchant_video_url;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|