Uses of Class
dev.vality.damsel.domain.InternationalLegalEntity
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payout_processing |
-
Uses of InternationalLegalEntity in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InternationalLegalEntity Modifier and Type Method Description InternationalLegalEntityInternationalLegalEntity. deepCopy()InternationalLegalEntityLegalEntity. getInternationalLegalEntity()InternationalLegalEntityInternationalLegalEntity. setActualAddress(String actual_address)InternationalLegalEntityInternationalLegalEntity. setCountry(CountryRef country)InternationalLegalEntityInternationalLegalEntity. setLegalName(String legal_name)InternationalLegalEntityInternationalLegalEntity. setRegisteredAddress(String registered_address)InternationalLegalEntityInternationalLegalEntity. setRegisteredNumber(String registered_number)InternationalLegalEntityInternationalLegalEntity. setTradingName(String trading_name)Methods in dev.vality.damsel.domain with parameters of type InternationalLegalEntity Modifier and Type Method Description intInternationalLegalEntity. compareTo(InternationalLegalEntity other)booleanInternationalLegalEntity. equals(InternationalLegalEntity that)static LegalEntityLegalEntity. international_legal_entity(InternationalLegalEntity value)voidLegalEntity. setInternationalLegalEntity(InternationalLegalEntity value)Constructors in dev.vality.damsel.domain with parameters of type InternationalLegalEntity Constructor Description InternationalLegalEntity(InternationalLegalEntity other)Performs a deep copy on other. -
Uses of InternationalLegalEntity in dev.vality.damsel.payout_processing
Fields in dev.vality.damsel.payout_processing declared as InternationalLegalEntity Modifier and Type Field Description InternationalLegalEntityInternationalPayoutAccount. legal_entityMethods in dev.vality.damsel.payout_processing that return InternationalLegalEntity Modifier and Type Method Description InternationalLegalEntityInternationalPayoutAccount. getLegalEntity()Methods in dev.vality.damsel.payout_processing with parameters of type InternationalLegalEntity Modifier and Type Method Description InternationalPayoutAccountInternationalPayoutAccount. setLegalEntity(InternationalLegalEntity legal_entity)Constructors in dev.vality.damsel.payout_processing with parameters of type InternationalLegalEntity Constructor Description InternationalPayoutAccount(InternationalBankAccount bank_account, InternationalLegalEntity legal_entity, String purpose, LegalAgreement legal_agreement)