Serialized Form
-
Package dev.vality.payout.manager
-
Class dev.vality.payout.manager.Event extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
created_at
String created_at
-
payout
Payout payout
-
payout_change
PayoutChange payout_change
-
payout_id
String payout_id
-
sequence_id
int sequence_id
-
-
-
Class dev.vality.payout.manager.InsufficientFunds extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.payout.manager.NotFound extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
message
String message
-
-
-
Class dev.vality.payout.manager.Payout extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
amount
long amount
-
cash_flow
List<dev.vality.damsel.domain.FinalCashFlowPosting> cash_flow
-
created_at
String created_at
-
currency
dev.vality.damsel.domain.CurrencyRef currency
-
fee
long fee
-
party_id
String party_id
-
payout_id
String payout_id
-
payout_tool_id
String payout_tool_id
-
shop_id
String shop_id
-
status
PayoutStatus status
-
-
-
Class dev.vality.payout.manager.PayoutAlreadyExists extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.payout.manager.PayoutCancelled extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
details
String details
-
-
-
Class dev.vality.payout.manager.PayoutChange extends org.apache.thrift.TUnion<PayoutChange,PayoutChange._Fields> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.payout.manager.PayoutConfirmed extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.payout.manager.PayoutCreated extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payout
Payout payout
-
-
-
Class dev.vality.payout.manager.PayoutFailed extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.payout.manager.PayoutManagementSrv.CancelPayout_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.payout.manager.PayoutManagementSrv.CancelPayout_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
NotFound ex1
-
-
-
Class dev.vality.payout.manager.PayoutManagementSrv.ConfirmPayout_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payout_id
String payout_id
-
-
-
Class dev.vality.payout.manager.PayoutManagementSrv.ConfirmPayout_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
NotFound ex1
-
-
-
Class dev.vality.payout.manager.PayoutManagementSrv.CreatePayout_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payout_params
PayoutParams payout_params
-
-
-
Class dev.vality.payout.manager.PayoutManagementSrv.CreatePayout_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InsufficientFunds ex1
-
ex2
dev.vality.damsel.base.InvalidRequest ex2
-
ex3
PayoutAlreadyExists ex3
-
ex4
NotFound ex4
-
success
Payout success
-
-
-
Class dev.vality.payout.manager.PayoutManagementSrv.GetPayout_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payout_id
String payout_id
-
-
-
Class dev.vality.payout.manager.PayoutManagementSrv.GetPayout_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.payout.manager.PayoutParams extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cash
dev.vality.damsel.domain.Cash cash
-
payout_id
String payout_id
-
payout_tool_id
String payout_tool_id
-
shop_params
ShopParams shop_params
-
-
-
Class dev.vality.payout.manager.PayoutStatus extends org.apache.thrift.TUnion<PayoutStatus,PayoutStatus._Fields> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.payout.manager.PayoutStatusChanged extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
PayoutStatus status
-
-
-
Class dev.vality.payout.manager.PayoutUnpaid extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.payout.manager.ShopParams extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-