public class PayGroup extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PayGroup.Builder |
| 构造器和说明 |
|---|
PayGroup() |
PayGroup(PayGroup.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
CountryRegion |
getCountryRegion() |
I18n |
getName() |
String |
getPayGroupId() |
Integer |
getStatus() |
static PayGroup.Builder |
newBuilder() |
void |
setCode(String code) |
void |
setCountryRegion(CountryRegion countryRegion) |
void |
setName(I18n name) |
void |
setPayGroupId(String payGroupId) |
void |
setStatus(Integer status) |
public PayGroup()
public PayGroup(PayGroup.Builder builder)
public static PayGroup.Builder newBuilder()
public String getPayGroupId()
public void setPayGroupId(String payGroupId)
public I18n getName()
public void setName(I18n name)
public String getCode()
public void setCode(String code)
public Integer getStatus()
public void setStatus(Integer status)
public CountryRegion getCountryRegion()
public void setCountryRegion(CountryRegion countryRegion)
Copyright © 2025. All rights reserved.