Uses of Class
dev.vality.damsel.domain.PartyContractor
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of PartyContractor in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type PartyContractor Modifier and Type Field Description Map<String,PartyContractor>Party. contractorsMethods in dev.vality.damsel.domain that return PartyContractor Modifier and Type Method Description PartyContractorPartyContractor. deepCopy()PartyContractorPartyContractor. setContractor(Contractor contractor)PartyContractorPartyContractor. setId(String id)PartyContractorPartyContractor. setIdentityDocuments(List<ByteBuffer> identity_documents)PartyContractorPartyContractor. setStatus(ContractorIdentificationLevel status)Methods in dev.vality.damsel.domain that return types with arguments of type PartyContractor Modifier and Type Method Description Map<String,PartyContractor>Party. getContractors()Methods in dev.vality.damsel.domain with parameters of type PartyContractor Modifier and Type Method Description intPartyContractor. compareTo(PartyContractor other)booleanPartyContractor. equals(PartyContractor that)voidParty. putToContractors(String key, PartyContractor val)Method parameters in dev.vality.damsel.domain with type arguments of type PartyContractor Modifier and Type Method Description PartyParty. setContractors(Map<String,PartyContractor> contractors)Constructors in dev.vality.damsel.domain with parameters of type PartyContractor Constructor Description PartyContractor(PartyContractor other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.domain with type arguments of type PartyContractor Constructor Description Party(String id, PartyContactInfo contact_info, String created_at, Blocking blocking, Suspension suspension, Map<String,PartyContractor> contractors, Map<String,Contract> contracts, Map<String,Shop> shops, Map<String,Wallet> wallets, long revision) -
Uses of PartyContractor in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PartyContractor Modifier and Type Field Description PartyContractorShopContract. contractorMethods in dev.vality.damsel.payment_processing that return PartyContractor Modifier and Type Method Description PartyContractorShopContract. getContractor()PartyContractorContractorEffect. getCreated()Methods in dev.vality.damsel.payment_processing with parameters of type PartyContractor Modifier and Type Method Description static ContractorEffectContractorEffect. created(PartyContractor value)ShopContractShopContract. setContractor(PartyContractor contractor)voidContractorEffect. setCreated(PartyContractor value)