Uses of Class
dev.vality.damsel.withdrawals.domain.RUSDomesticPassport
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.domain |
-
Uses of RUSDomesticPassport in dev.vality.damsel.withdrawals.domain
Methods in dev.vality.damsel.withdrawals.domain that return RUSDomesticPassport Modifier and Type Method Description RUSDomesticPassportRUSDomesticPassport. deepCopy()RUSDomesticPassportIdentityDocument. getRusDomesticPassport()RUSDomesticPassportRUSDomesticPassport. setFullnameMasked(String fullname_masked)RUSDomesticPassportRUSDomesticPassport. setToken(String token)Methods in dev.vality.damsel.withdrawals.domain with parameters of type RUSDomesticPassport Modifier and Type Method Description intRUSDomesticPassport. compareTo(RUSDomesticPassport other)booleanRUSDomesticPassport. equals(RUSDomesticPassport that)static IdentityDocumentIdentityDocument. rus_domestic_passport(RUSDomesticPassport value)voidIdentityDocument. setRusDomesticPassport(RUSDomesticPassport value)Constructors in dev.vality.damsel.withdrawals.domain with parameters of type RUSDomesticPassport Constructor Description RUSDomesticPassport(RUSDomesticPassport other)Performs a deep copy on other.