Package ru.loolzaaa.youkassa.client
Interface Validated
-
- All Known Implementing Classes:
Airline
,Amount
,Card
,Confirmation
,Customer
,Item
,Item.MarkQuantity
,Leg
,Passenger
,Payment.Deal
,Payment.FraudData
,Payment.PaymentMethod
,Payout.Deal
,Payout.PayoutDestination
,Payout.PersonalData
,Payout.Receipt
,Payout.SelfEmployed
,Receipt
,Receipt.AdditionalUserProps
,ReceiptIndustryDetail
,ReceiptOperationalDetails
,Recipient
,Refund.Deal
,Settlement
,Source
,Transfer
public interface Validated
This interface is used for entities that need to be validated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
validate()
Start validation process.
-