public class PaymentAccountingItem extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PaymentAccountingItem.Builder |
| 构造器和说明 |
|---|
PaymentAccountingItem() |
PaymentAccountingItem(PaymentAccountingItem.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
I18nContent[] |
getAccountingItemNames() |
Integer |
getAccountingItemType() |
AccountingItemValue |
getAccountingItemValue() |
String |
getId() |
SegmentValue[] |
getSegmentValues() |
static PaymentAccountingItem.Builder |
newBuilder() |
void |
setAccountingItemNames(I18nContent[] accountingItemNames) |
void |
setAccountingItemType(Integer accountingItemType) |
void |
setAccountingItemValue(AccountingItemValue accountingItemValue) |
void |
setId(String id) |
void |
setSegmentValues(SegmentValue[] segmentValues) |
public PaymentAccountingItem()
public PaymentAccountingItem(PaymentAccountingItem.Builder builder)
public static PaymentAccountingItem.Builder newBuilder()
public String getId()
public void setId(String id)
public I18nContent[] getAccountingItemNames()
public void setAccountingItemNames(I18nContent[] accountingItemNames)
public AccountingItemValue getAccountingItemValue()
public void setAccountingItemValue(AccountingItemValue accountingItemValue)
public SegmentValue[] getSegmentValues()
public void setSegmentValues(SegmentValue[] segmentValues)
public Integer getAccountingItemType()
public void setAccountingItemType(Integer accountingItemType)
Copyright © 2025. All rights reserved.