public class MerchantAccountInformationTemplate extends Object implements TLV<String,MerchantAccountInformation>
| Constructor and Description |
|---|
MerchantAccountInformationTemplate() |
MerchantAccountInformationTemplate(String tag) |
MerchantAccountInformationTemplate(String tag,
MerchantAccountInformation value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTag() |
<T extends MerchantAccountInformation> |
getTypeValue(Class<T> clazz) |
MerchantAccountInformation |
getValue() |
String |
toString() |
public MerchantAccountInformationTemplate()
public MerchantAccountInformationTemplate(String tag)
public MerchantAccountInformationTemplate(String tag, MerchantAccountInformation value)
public String getTag()
getTag in interface TLV<String,MerchantAccountInformation>public MerchantAccountInformation getValue()
getValue in interface TLV<String,MerchantAccountInformation>public <T extends MerchantAccountInformation> T getTypeValue(Class<T> clazz)
Copyright © 2020–2021 com.github.mvallim. All rights reserved.