@DataDefinition(allOf=BankingPayee.class, anyOf={"domestic","biller","international"}) @CustomAttribute(name="x-conditional",value="domestic",multiple=true) @CustomAttribute(name="x-conditional",value="biller",multiple=true) @CustomAttribute(name="x-conditional",value="international",multiple=true) public class BankingPayeeDetail extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BankingPayeeDetail.PayeeUType |
| Constructor and Description |
|---|
BankingPayeeDetail() |
Copyright © 2020. All rights reserved.