Serialized Form
-
Package dev.vality.damsel.accounter
-
Class dev.vality.damsel.accounter.Account
class Account extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.accounter.AccounterSrv.CommitPlan_args
class CommitPlan_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
plan
PostingPlan plan
-
-
-
Class dev.vality.damsel.accounter.AccounterSrv.CommitPlan_result
class CommitPlan_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
e1
InvalidPostingParams e1
-
e2
InvalidRequest e2
-
success
PostingPlanLog success
-
-
-
Class dev.vality.damsel.accounter.AccounterSrv.CreateAccount_args
class CreateAccount_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
prototype
AccountPrototype prototype
-
-
-
Class dev.vality.damsel.accounter.AccounterSrv.CreateAccount_result
class CreateAccount_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
success
long success
-
-
-
Class dev.vality.damsel.accounter.AccounterSrv.GetAccountBalance_args
class GetAccountBalance_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
long id
-
to_time
String to_time
-
-
-
Class dev.vality.damsel.accounter.AccounterSrv.GetAccountBalance_result
class GetAccountBalance_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
ex
AccountNotFound ex
-
success
long success
-
-
-
Class dev.vality.damsel.accounter.AccounterSrv.GetAccountBalanceDiff_args
class GetAccountBalanceDiff_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.accounter.AccounterSrv.GetAccountBalanceDiff_result
class GetAccountBalanceDiff_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
ex
AccountNotFound ex
-
success
long success
-
-
-
Class dev.vality.damsel.accounter.AccounterSrv.GetAccountByID_args
class GetAccountByID_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
long id
-
-
-
Class dev.vality.damsel.accounter.AccounterSrv.GetAccountByID_result
class GetAccountByID_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex
AccountNotFound ex
-
success
Account success
-
-
-
Class dev.vality.damsel.accounter.AccounterSrv.GetPlan_args
class GetPlan_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.accounter.AccounterSrv.GetPlan_result
class GetPlan_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
e1
PlanNotFound e1
-
success
PostingPlan success
-
-
-
Class dev.vality.damsel.accounter.AccounterSrv.Hold_args
class Hold_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
plan_change
PostingPlanChange plan_change
-
-
-
Class dev.vality.damsel.accounter.AccounterSrv.Hold_result
class Hold_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
e1
InvalidPostingParams e1
-
e2
InvalidRequest e2
-
success
PostingPlanLog success
-
-
-
Class dev.vality.damsel.accounter.AccounterSrv.RollbackPlan_args
class RollbackPlan_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
plan
PostingPlan plan
-
-
-
Class dev.vality.damsel.accounter.AccounterSrv.RollbackPlan_result
class RollbackPlan_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
e1
InvalidPostingParams e1
-
e2
InvalidRequest e2
-
success
PostingPlanLog success
-
-
-
Exception dev.vality.damsel.accounter.AccountNotFound
class AccountNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
account_id
long account_id
-
-
-
Class dev.vality.damsel.accounter.AccountPrototype
class AccountPrototype extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Exception dev.vality.damsel.accounter.InvalidPostingParams
class InvalidPostingParams extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Exception dev.vality.damsel.accounter.PlanNotFound
class PlanNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
plan_id
String plan_id
-
-
-
Class dev.vality.damsel.accounter.Posting
class Posting extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.accounter.PostingBatch
class PostingBatch extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.accounter.PostingPlan
class PostingPlan extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
batch_list
List<PostingBatch> batch_list
-
id
String id
-
-
-
Class dev.vality.damsel.accounter.PostingPlanChange
class PostingPlanChange extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
batch
PostingBatch batch
-
id
String id
-
-
-
Class dev.vality.damsel.accounter.PostingPlanLog
class PostingPlanLog extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package dev.vality.damsel.base
-
Class dev.vality.damsel.base.Content
class Content extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
ByteBuffer data
-
type
String type
Тип содержимого, согласно [RFC2046](https://www.ietf.org/rfc/rfc2046)
-
-
-
Class dev.vality.damsel.base.IntegerRange
class IntegerRange extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
lower
long lower
-
upper
long upper
-
-
-
Exception dev.vality.damsel.base.InvalidRequest
class InvalidRequest extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.base.Rational
class Rational extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
p
long p
-
q
long q
-
-
-
Class dev.vality.damsel.base.Schedule
class Schedule extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
day_of_month
ScheduleFragment day_of_month
-
day_of_week
ScheduleDayOfWeek day_of_week
-
hour
ScheduleFragment hour
-
minute
ScheduleFragment minute
-
month
ScheduleMonth month
-
second
ScheduleFragment second
-
year
ScheduleYear year
-
-
-
Class dev.vality.damsel.base.ScheduleDayOfWeek
class ScheduleDayOfWeek extends org.apache.thrift.TUnion<ScheduleDayOfWeek,ScheduleDayOfWeek._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.base.ScheduleEvery
class ScheduleEvery extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
nth
byte nth
Шаг. Как отсутствие, так и указание любого значения ≤ 1 равнозначно поведению _каждый первый фрагмент времени_.
-
-
-
Class dev.vality.damsel.base.ScheduleFragment
class ScheduleFragment extends org.apache.thrift.TUnion<ScheduleFragment,ScheduleFragment._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.base.ScheduleMonth
class ScheduleMonth extends org.apache.thrift.TUnion<ScheduleMonth,ScheduleMonth._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.base.ScheduleYear
class ScheduleYear extends org.apache.thrift.TUnion<ScheduleYear,ScheduleYear._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.base.Timer
class Timer extends org.apache.thrift.TUnion<Timer,Timer._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.base.TimeSpan
class TimeSpan extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
days
short days
-
hours
short hours
-
minutes
short minutes
-
months
short months
-
seconds
short seconds
-
years
short years
-
-
-
Class dev.vality.damsel.base.TimestampInterval
class TimestampInterval extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
lower_bound
TimestampIntervalBound lower_bound
-
upper_bound
TimestampIntervalBound upper_bound
-
-
-
Class dev.vality.damsel.base.TimestampIntervalBound
class TimestampIntervalBound extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package dev.vality.damsel.claim_management
-
Class dev.vality.damsel.claim_management.AdditionalInfoModificationUnit
class AdditionalInfoModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Exception dev.vality.damsel.claim_management.BadContinuationToken
class BadContinuationToken extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
String reason
-
-
-
Class dev.vality.damsel.claim_management.CashRegisterModification
class CashRegisterModification extends org.apache.thrift.TUnion<CashRegisterModification,CashRegisterModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.CashRegisterModificationUnit
class CashRegisterModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
modification
CashRegisterModification modification
-
-
-
Class dev.vality.damsel.claim_management.CashRegisterParams
class CashRegisterParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.Change
class Change extends org.apache.thrift.TUnion<Change,Change._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.claim_management.ChangesetConflict
class ChangesetConflict extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
conflicted_id
long conflicted_id
-
-
-
Class dev.vality.damsel.claim_management.Claim
class Claim extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
changeset
List<ModificationUnit> changeset
-
created_at
String created_at
-
id
long id
-
metadata
Map<String,
Value> metadata -
party_id
String party_id
-
revision
int revision
-
status
ClaimStatus status
-
updated_at
String updated_at
-
-
-
Class dev.vality.damsel.claim_management.ClaimAccepted
class ClaimAccepted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.ClaimCommitterSrv.Accept_args
class Accept_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.ClaimCommitterSrv.Accept_result
class Accept_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
PartyNotFound ex1
-
ex2
InvalidChangeset ex2
-
-
-
Class dev.vality.damsel.claim_management.ClaimCommitterSrv.Commit_args
class Commit_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.ClaimCommitterSrv.Commit_result
class Commit_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.ClaimCreated
class ClaimCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
changeset
List<Modification> changeset
-
created_at
String created_at
-
id
long id
-
party_id
String party_id
-
revision
int revision
-
-
-
Class dev.vality.damsel.claim_management.ClaimDenied
class ClaimDenied extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
String reason
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.AcceptClaim_args
class AcceptClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
long id
-
party_id
String party_id
-
revision
int revision
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.AcceptClaim_result
class AcceptClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
ex2
InvalidClaimStatus ex2
-
ex3
InvalidClaimRevision ex3
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.CreateClaim_args
class CreateClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
changeset
List<Modification> changeset
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.CreateClaim_result
class CreateClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidChangeset ex1
-
success
Claim success
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.DenyClaim_args
class DenyClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.DenyClaim_result
class DenyClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
ex2
InvalidClaimStatus ex2
-
ex3
InvalidClaimRevision ex3
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.GetClaim_args
class GetClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
long id
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.GetClaim_result
class GetClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
success
Claim success
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.GetMetadata_args
class GetMetadata_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.GetMetadata_result
class GetMetadata_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
ex2
MetadataKeyNotFound ex2
-
success
Value success
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.RemoveMetadata_args
class RemoveMetadata_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.RemoveMetadata_result
class RemoveMetadata_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.RemoveModification_args
class RemoveModification_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
long id
-
modification_id
long modification_id
-
party_id
String party_id
-
revision
int revision
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.RemoveModification_result
class RemoveModification_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ModificationNotFound ex1
-
ex2
ModificationWrongType ex2
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.RequestClaimChanges_args
class RequestClaimChanges_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
long id
-
party_id
String party_id
-
revision
int revision
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.RequestClaimChanges_result
class RequestClaimChanges_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
ex2
InvalidClaimStatus ex2
-
ex3
InvalidClaimRevision ex3
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.RequestClaimReview_args
class RequestClaimReview_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
long id
-
party_id
String party_id
-
revision
int revision
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.RequestClaimReview_result
class RequestClaimReview_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
ex2
InvalidClaimStatus ex2
-
ex3
InvalidClaimRevision ex3
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.RevokeClaim_args
class RevokeClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.RevokeClaim_result
class RevokeClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
ex2
InvalidClaimStatus ex2
-
ex3
InvalidClaimRevision ex3
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.SearchClaims_args
class SearchClaims_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
claim_request
ClaimSearchQuery claim_request
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.SearchClaims_result
class SearchClaims_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
LimitExceeded ex1
-
ex2
BadContinuationToken ex2
-
success
ClaimSearchResponse success
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.SetMetadata_args
class SetMetadata_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.SetMetadata_result
class SetMetadata_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.UpdateClaim_args
class UpdateClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
changeset
List<Modification> changeset
-
id
long id
-
party_id
String party_id
-
revision
int revision
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.UpdateClaim_result
class UpdateClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
ex2
InvalidClaimStatus ex2
-
ex3
InvalidClaimRevision ex3
-
ex4
ChangesetConflict ex4
-
ex5
InvalidChangeset ex5
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.UpdateModification_args
class UpdateModification_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
long id
-
modification_change
ModificationChange modification_change
-
modification_id
long modification_id
-
party_id
String party_id
-
revision
int revision
-
-
-
Class dev.vality.damsel.claim_management.ClaimManagementSrv.UpdateModification_result
class UpdateModification_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ModificationNotFound ex1
-
ex2
ModificationWrongType ex2
-
-
-
Class dev.vality.damsel.claim_management.ClaimModification
class ClaimModification extends org.apache.thrift.TUnion<ClaimModification,ClaimModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.ClaimModificationChange
class ClaimModificationChange extends org.apache.thrift.TUnion<ClaimModificationChange,ClaimModificationChange._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.claim_management.ClaimNotFound
class ClaimNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.ClaimPending
class ClaimPending extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.ClaimPendingAcceptance
class ClaimPendingAcceptance extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.ClaimReview
class ClaimReview extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.ClaimRevoked
class ClaimRevoked extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
String reason
-
-
-
Class dev.vality.damsel.claim_management.ClaimSearchQuery
class ClaimSearchQuery extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
claim_id
long claim_id
-
continuation_token
String continuation_token
-
email
String email
-
limit
int limit
-
party_id
String party_id
-
statuses
List<ClaimStatus> statuses
-
-
-
Class dev.vality.damsel.claim_management.ClaimSearchResponse
class ClaimSearchResponse extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.ClaimStatus
class ClaimStatus extends org.apache.thrift.TUnion<ClaimStatus,ClaimStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.ClaimStatusChanged
class ClaimStatusChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
long id
-
party_id
String party_id
-
revision
int revision
-
status
ClaimStatus status
-
updated_at
String updated_at
-
-
-
Class dev.vality.damsel.claim_management.ClaimUpdated
class ClaimUpdated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
changeset
List<Modification> changeset
-
id
long id
-
party_id
String party_id
-
revision
int revision
-
updated_at
String updated_at
-
-
-
Class dev.vality.damsel.claim_management.CommentChanged
class CommentChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.CommentCreated
class CommentCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.CommentDeleted
class CommentDeleted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.CommentModification
class CommentModification extends org.apache.thrift.TUnion<CommentModification,CommentModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.CommentModificationUnit
class CommentModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
modification
CommentModification modification
-
-
-
Class dev.vality.damsel.claim_management.ContractAdjustmentModification
class ContractAdjustmentModification extends org.apache.thrift.TUnion<ContractAdjustmentModification,ContractAdjustmentModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.ContractAdjustmentModificationUnit
class ContractAdjustmentModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
adjustment_id
String adjustment_id
-
modification
ContractAdjustmentModification modification
-
-
-
Class dev.vality.damsel.claim_management.ContractAdjustmentParams
class ContractAdjustmentParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
template
ContractTemplateRef template
-
-
-
Class dev.vality.damsel.claim_management.ContractModification
class ContractModification extends org.apache.thrift.TUnion<ContractModification,ContractModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.ContractModificationUnit
class ContractModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
modification
ContractModification modification
-
-
-
Class dev.vality.damsel.claim_management.ContractorModification
class ContractorModification extends org.apache.thrift.TUnion<ContractorModification,ContractorModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.ContractorModificationUnit
class ContractorModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
modification
ContractorModification modification
-
-
-
Class dev.vality.damsel.claim_management.ContractorNotExists
class ContractorNotExists extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.claim_management.ContractParams
class ContractParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contractor_id
String contractor_id
-
payment_institution
PaymentInstitutionRef payment_institution
-
template
ContractTemplateRef template
-
-
-
Class dev.vality.damsel.claim_management.ContractTermination
class ContractTermination extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
String reason
-
-
-
Class dev.vality.damsel.claim_management.ContractTermsViolated
class ContractTermsViolated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.DocumentChanged
class DocumentChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.DocumentCreated
class DocumentCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.DocumentModification
class DocumentModification extends org.apache.thrift.TUnion<DocumentModification,DocumentModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.DocumentModificationUnit
class DocumentModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
modification
DocumentModification modification
-
type
DocumentTypeRef type
-
-
-
Class dev.vality.damsel.claim_management.Event
class Event extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.ExternalInfoModificationUnit
class ExternalInfoModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.ExternalUser
class ExternalUser extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.FileChanged
class FileChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.FileCreated
class FileCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.FileDeleted
class FileDeleted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.FileModification
class FileModification extends org.apache.thrift.TUnion<FileModification,FileModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.FileModificationUnit
class FileModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
modification
FileModification modification
-
-
-
Class dev.vality.damsel.claim_management.IdentityModification
class IdentityModification extends org.apache.thrift.TUnion<IdentityModification,IdentityModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.IdentityModificationUnit
class IdentityModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
modification
IdentityModification modification
-
-
-
Class dev.vality.damsel.claim_management.IdentityParams
class IdentityParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.InternalUser
class InternalUser extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.claim_management.InvalidChangeset
class InvalidChangeset extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
invalid_changeset
List<Modification> invalid_changeset
-
reason
InvalidChangesetReason reason
-
reason_legacy
String reason_legacy
-
-
-
Class dev.vality.damsel.claim_management.InvalidChangesetReason
class InvalidChangesetReason extends org.apache.thrift.TUnion<InvalidChangesetReason,InvalidChangesetReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.InvalidClaimChangesetReason
class InvalidClaimChangesetReason extends org.apache.thrift.TUnion<InvalidClaimChangesetReason,InvalidClaimChangesetReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.InvalidClaimConcreteReason
class InvalidClaimConcreteReason extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.claim_management.InvalidClaimRevision
class InvalidClaimRevision extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.claim_management.InvalidClaimStatus
class InvalidClaimStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
ClaimStatus status
-
-
-
Class dev.vality.damsel.claim_management.InvalidContract
class InvalidContract extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
reason
InvalidContractReason reason
-
-
-
Class dev.vality.damsel.claim_management.InvalidContractor
class InvalidContractor extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
reason
InvalidContractorReason reason
-
-
-
Class dev.vality.damsel.claim_management.InvalidContractorReason
class InvalidContractorReason extends org.apache.thrift.TUnion<InvalidContractorReason,InvalidContractorReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.InvalidContractReason
class InvalidContractReason extends org.apache.thrift.TUnion<InvalidContractReason,InvalidContractReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.InvalidIdentityChangesetReason
class InvalidIdentityChangesetReason extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
reason
InvalidIdentityReason reason
-
-
-
Class dev.vality.damsel.claim_management.InvalidIdentityReason
class InvalidIdentityReason extends org.apache.thrift.TUnion<InvalidIdentityReason,InvalidIdentityReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.InvalidNewWalletChangesetReason
class InvalidNewWalletChangesetReason extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
reason
InvalidNewWalletReason reason
-
-
-
Class dev.vality.damsel.claim_management.InvalidNewWalletReason
class InvalidNewWalletReason extends org.apache.thrift.TUnion<InvalidNewWalletReason,InvalidNewWalletReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.InvalidObjectReference
class InvalidObjectReference extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ref
Reference ref
-
-
-
Class dev.vality.damsel.claim_management.InvalidPartyChangesetReason
class InvalidPartyChangesetReason extends org.apache.thrift.TUnion<InvalidPartyChangesetReason,InvalidPartyChangesetReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.InvalidShop
class InvalidShop extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
reason
InvalidShopReason reason
-
-
-
Class dev.vality.damsel.claim_management.InvalidShopReason
class InvalidShopReason extends org.apache.thrift.TUnion<InvalidShopReason,InvalidShopReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.InvalidStatus
class InvalidStatus extends org.apache.thrift.TUnion<InvalidStatus,InvalidStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.InvalidWallet
class InvalidWallet extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
reason
InvalidWalletReason reason
-
-
-
Class dev.vality.damsel.claim_management.InvalidWalletReason
class InvalidWalletReason extends org.apache.thrift.TUnion<InvalidWalletReason,InvalidWalletReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.claim_management.LimitExceeded
class LimitExceeded extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
String reason
-
-
-
Exception dev.vality.damsel.claim_management.MetadataKeyNotFound
class MetadataKeyNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.Modification
class Modification extends org.apache.thrift.TUnion<Modification,Modification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.ModificationChange
class ModificationChange extends org.apache.thrift.TUnion<ModificationChange,ModificationChange._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.claim_management.ModificationNotFound
class ModificationNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
modification_id
long modification_id
-
-
-
Class dev.vality.damsel.claim_management.ModificationUnit
class ModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
changed_at
String changed_at
-
created_at
String created_at
-
modification
Modification modification
-
modification_id
long modification_id
-
removed_at
String removed_at
-
user_info
UserInfo user_info
-
-
-
Exception dev.vality.damsel.claim_management.ModificationWrongType
class ModificationWrongType extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.NewWalletModification
class NewWalletModification extends org.apache.thrift.TUnion<NewWalletModification,NewWalletModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.NewWalletModificationUnit
class NewWalletModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
modification
NewWalletModification modification
-
-
-
Class dev.vality.damsel.claim_management.NewWalletParams
class NewWalletParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.PartyModification
class PartyModification extends org.apache.thrift.TUnion<PartyModification,PartyModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.PartyModificationChange
class PartyModificationChange extends org.apache.thrift.TUnion<PartyModificationChange,PartyModificationChange._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.claim_management.PartyNotFound
class PartyNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.ScheduleChanged
class ScheduleChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
schedule
BusinessScheduleRef schedule
-
-
-
Class dev.vality.damsel.claim_management.ScheduleModification
class ScheduleModification extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
schedule
BusinessScheduleRef schedule
-
-
-
Class dev.vality.damsel.claim_management.ShopAccountParams
class ShopAccountParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
currency
CurrencyRef currency
-
-
-
Class dev.vality.damsel.claim_management.ShopContractChanged
class ShopContractChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contract_id
String contract_id
-
-
-
Class dev.vality.damsel.claim_management.ShopContractModification
class ShopContractModification extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contract_id
String contract_id
-
-
-
Class dev.vality.damsel.claim_management.ShopModification
class ShopModification extends org.apache.thrift.TUnion<ShopModification,ShopModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.ShopModificationUnit
class ShopModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
modification
ShopModification modification
-
-
-
Class dev.vality.damsel.claim_management.ShopParams
class ShopParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
category
CategoryRef category
-
contract_id
String contract_id
-
details
ShopDetails details
-
location
ShopLocation location
-
-
-
Class dev.vality.damsel.claim_management.StatusChanged
class StatusChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.StatusModification
class StatusModification extends org.apache.thrift.TUnion<StatusModification,StatusModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.StatusModificationUnit
class StatusModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
modification
StatusModification modification
-
status
ClaimStatus status
-
-
-
Class dev.vality.damsel.claim_management.UserInfo
class UserInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.claim_management.UserType
class UserType extends org.apache.thrift.TUnion<UserType,UserType._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.WalletAccountParams
class WalletAccountParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
currency
CurrencyRef currency
-
-
-
Class dev.vality.damsel.claim_management.WalletModification
class WalletModification extends org.apache.thrift.TUnion<WalletModification,WalletModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.claim_management.WalletModificationUnit
class WalletModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
modification
WalletModification modification
-
-
-
Class dev.vality.damsel.claim_management.WalletParams
class WalletParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package dev.vality.damsel.columbus
-
Class dev.vality.damsel.columbus.LocationInfo
class LocationInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
city_geo_id
int city_geo_id
-
country_geo_id
int country_geo_id
-
raw_response
String raw_response
-
-
-
-
Package dev.vality.damsel.context
-
Class dev.vality.damsel.context.Change
class Change extends org.apache.thrift.TUnion<Change,Change._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.context.ContextsSrv.Delete_args
class Delete_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.context.ContextsSrv.Delete_result
class Delete_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ObjectNotFound ex1
-
ex2
Forbidden ex2
-
-
-
Class dev.vality.damsel.context.ContextsSrv.Get_args
class Get_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.context.ContextsSrv.Get_result
class Get_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ObjectNotFound ex1
-
success
Value success
-
-
-
Class dev.vality.damsel.context.ContextsSrv.Put_args
class Put_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.context.ContextsSrv.Put_result
class Put_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ObjectNotFound ex1
-
ex2
Forbidden ex2
-
-
-
Exception dev.vality.damsel.context.Forbidden
class Forbidden extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.context.ObjectNotFound
class ObjectNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.damsel.domain
-
Class dev.vality.damsel.domain.AccounterClock
class AccounterClock extends org.apache.thrift.TUnion<AccounterClock,AccounterClock._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.Active
class Active extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
since
String since
-
-
-
Class dev.vality.damsel.domain.AdditionalTransactionInfo
class AdditionalTransactionInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
acs_url
String acs_url
-
approval_code
String approval_code
-
cavv
String cavv
-
cavv_algorithm
String cavv_algorithm
-
eci
String eci
-
extra_payment_info
Map<String,
String> extra_payment_info -
md
String md
-
pareq
String pareq
-
pares
String pares
-
rrn
String rrn
-
short_payment_id
String short_payment_id
-
term_url
String term_url
-
three_ds_verification
ThreeDsVerification three_ds_verification
- See Also:
-
xid
String xid
-
-
-
Class dev.vality.damsel.domain.Allocation
class Allocation extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
transactions
List<AllocationTransaction> transactions
-
-
-
Class dev.vality.damsel.domain.AllocationPrototype
class AllocationPrototype extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
transactions
List<AllocationTransactionPrototype> transactions
-
-
-
Class dev.vality.damsel.domain.AllocationTransaction
class AllocationTransaction extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
amount
Cash amount
Сумма, которая будет переведена по назначению. -
body
AllocationTransactionBodyTotal body
Описывает содержимое транзакции в том случае, если был использован вариант прототипа с AllocationTransactionPrototypeBody.total -
details
AllocationTransactionDetails details
-
id
String id
-
target
AllocationTransactionTarget target
По этому назначению переводится часть денежных средств.
-
-
-
Class dev.vality.damsel.domain.AllocationTransactionBodyTotal
class AllocationTransactionBodyTotal extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
fee
AllocationTransactionFeeShare fee
Описывает комиссию в относительных величинах в том случае, если был использован вариант прототипа с AllocationTransactionPrototypeFee.share -
fee_amount
Cash fee_amount
Комиссия вычитаемая из общей суммы, будет переведена по назначению. -
fee_target
AllocationTransactionTarget fee_target
По этому назначению переводится часть денежных средств. -
total
Cash total
Общая сумма денежных средств транзакции.
-
-
-
Class dev.vality.damsel.domain.AllocationTransactionDetails
class AllocationTransactionDetails extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cart
InvoiceCart cart
-
-
-
Class dev.vality.damsel.domain.AllocationTransactionPrototype
class AllocationTransactionPrototype extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
body
AllocationTransactionPrototypeBody body
-
details
AllocationTransactionDetails details
-
target
AllocationTransactionTarget target
По этому назначению переводится часть денежных средств.
-
-
-
Class dev.vality.damsel.domain.AllocationTransactionPrototypeBody
class AllocationTransactionPrototypeBody extends org.apache.thrift.TUnion<AllocationTransactionPrototypeBody,AllocationTransactionPrototypeBody._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.AllocationTransactionPrototypeBodyAmount
class AllocationTransactionPrototypeBodyAmount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
amount
Cash amount
Сумма, которая будет переведена по назначению.
-
-
-
Class dev.vality.damsel.domain.AllocationTransactionPrototypeBodyTotal
class AllocationTransactionPrototypeBodyTotal extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
fee
AllocationTransactionPrototypeFee fee
Комиссия вычитаемая из общей суммы. -
total
Cash total
Общая сумма денежных средств транзакции.
-
-
-
Class dev.vality.damsel.domain.AllocationTransactionPrototypeFee
class AllocationTransactionPrototypeFee extends org.apache.thrift.TUnion<AllocationTransactionPrototypeFee,AllocationTransactionPrototypeFee._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.AllocationTransactionPrototypeFeeFixed
class AllocationTransactionPrototypeFeeFixed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
amount
Cash amount
-
-
-
Class dev.vality.damsel.domain.AllocationTransactionTarget
class AllocationTransactionTarget extends org.apache.thrift.TUnion<AllocationTransactionTarget,AllocationTransactionTarget._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.AllocationTransactionTargetShop
class AllocationTransactionTargetShop extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.ArticlesOfAssociation
class ArticlesOfAssociation extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.AttemptLimit
class AttemptLimit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
attempts
long attempts
-
-
-
Class dev.vality.damsel.domain.AttemptLimitDesision
class AttemptLimitDesision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
AttemptLimitSelector then_
-
-
-
Class dev.vality.damsel.domain.AttemptLimitSelector
class AttemptLimitSelector extends org.apache.thrift.TUnion<AttemptLimitSelector,AttemptLimitSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.Bank
class Bank extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.BankCard
class BankCard extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
bank_name
String bank_name
-
bin
String bin
-
cardholder_name
String cardholder_name
-
category
String category
-
exp_date
BankCardExpDate exp_date
-
is_cvv_empty
boolean is_cvv_empty
-
issuer_country
CountryCode issuer_country
- See Also:
-
Residence
-
last_digits
String last_digits
-
metadata
Map<String,
Value> metadata -
payment_system
PaymentSystemRef payment_system
-
payment_token
BankCardTokenServiceRef payment_token
-
token
String token
-
tokenization_method
TokenizationMethod tokenization_method
- See Also:
-
-
-
Class dev.vality.damsel.domain.BankCardCategory
class BankCardCategory extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.BankCardCategoryObject
class BankCardCategoryObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
BankCardCategory data
-
ref
BankCardCategoryRef ref
-
-
-
Class dev.vality.damsel.domain.BankCardCategoryRef
class BankCardCategoryRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.BankCardCondition
class BankCardCondition extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
definition
BankCardConditionDefinition definition
-
-
-
Class dev.vality.damsel.domain.BankCardConditionDefinition
class BankCardConditionDefinition extends org.apache.thrift.TUnion<BankCardConditionDefinition,BankCardConditionDefinition._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.BankCardExpDate
class BankCardExpDate extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
month
byte month
Месяц 1..12 -
year
short year
Год 2015..∞
-
-
-
Class dev.vality.damsel.domain.BankCardPaymentMethod
class BankCardPaymentMethod extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
is_cvv_empty
boolean is_cvv_empty
-
payment_system
PaymentSystemRef payment_system
-
payment_token
BankCardTokenServiceRef payment_token
-
tokenization_method
TokenizationMethod tokenization_method
- See Also:
-
-
-
Class dev.vality.damsel.domain.BankCardTokenService
class BankCardTokenService extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.BankCardTokenServiceObject
class BankCardTokenServiceObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
BankCardTokenService data
-
ref
BankCardTokenServiceRef ref
-
-
-
Class dev.vality.damsel.domain.BankCardTokenServiceRef
class BankCardTokenServiceRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.domain.BankObject
class BankObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.BankRef
class BankRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.BinData
class BinData extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.BinDataCondition
class BinDataCondition extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
bank_name
StringCondition bank_name
-
payment_system
StringCondition payment_system
-
-
-
Class dev.vality.damsel.domain.Blocked
class Blocked extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.Blocking
class Blocking extends org.apache.thrift.TUnion<Blocking,Blocking._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.BusinessSchedule
class BusinessSchedule extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.BusinessScheduleDecision
class BusinessScheduleDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
BusinessScheduleSelector then_
-
-
-
Class dev.vality.damsel.domain.BusinessScheduleObject
class BusinessScheduleObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
BusinessSchedule data
-
ref
BusinessScheduleRef ref
-
-
-
Class dev.vality.damsel.domain.BusinessScheduleRef
class BusinessScheduleRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.BusinessScheduleSelector
class BusinessScheduleSelector extends org.apache.thrift.TUnion<BusinessScheduleSelector,BusinessScheduleSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.Calendar
class Calendar extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.CalendarHoliday
class CalendarHoliday extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.CalendarObject
class CalendarObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
Calendar data
-
ref
CalendarRef ref
-
-
-
Class dev.vality.damsel.domain.CalendarRef
class CalendarRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.CascadeBehaviour
class CascadeBehaviour extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
mapped_errors
CascadeOnMappedErrors mapped_errors
-
no_user_interaction
CascadeWhenNoUI no_user_interaction
-
-
-
Class dev.vality.damsel.domain.CascadeOnMappedErrors
class CascadeOnMappedErrors extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.CascadeWhenNoUI
class CascadeWhenNoUI extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.Cash
class Cash extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
amount
long amount
-
currency
CurrencyRef currency
-
-
-
Class dev.vality.damsel.domain.CashBound
class CashBound extends org.apache.thrift.TUnion<CashBound,CashBound._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.CashFlowAccount
class CashFlowAccount extends org.apache.thrift.TUnion<CashFlowAccount,CashFlowAccount._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.CashFlowDecision
class CashFlowDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
CashFlowSelector then_
-
-
-
Class dev.vality.damsel.domain.CashFlowPosting
class CashFlowPosting extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
destination
CashFlowAccount destination
-
details
String details
-
source
CashFlowAccount source
-
volume
CashVolume volume
-
-
-
Class dev.vality.damsel.domain.CashFlowSelector
class CashFlowSelector extends org.apache.thrift.TUnion<CashFlowSelector,CashFlowSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.CashLimitDecision
class CashLimitDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
CashLimitSelector then_
-
-
-
Class dev.vality.damsel.domain.CashLimitSelector
class CashLimitSelector extends org.apache.thrift.TUnion<CashLimitSelector,CashLimitSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.CashRange
class CashRange extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.CashRegisterProvider
class CashRegisterProvider extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
description
String description
-
name
String name
-
params_schema
List<ProviderParameter> params_schema
-
proxy
Proxy proxy
-
-
-
Class dev.vality.damsel.domain.CashRegisterProviderObject
class CashRegisterProviderObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
CashRegisterProvider data
-
ref
CashRegisterProviderRef ref
-
-
-
Class dev.vality.damsel.domain.CashRegisterProviderRef
class CashRegisterProviderRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.CashValueDecision
class CashValueDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
CashValueSelector then_
-
-
-
Class dev.vality.damsel.domain.CashValueSelector
class CashValueSelector extends org.apache.thrift.TUnion<CashValueSelector,CashValueSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.CashVolume
class CashVolume extends org.apache.thrift.TUnion<CashVolume,CashVolume._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.CashVolumeFixed
class CashVolumeFixed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cash
Cash cash
-
-
-
Class dev.vality.damsel.domain.CashVolumeProduct
class CashVolumeProduct extends org.apache.thrift.TUnion<CashVolumeProduct,CashVolumeProduct._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.Category
class Category extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
description
String description
-
name
String name
-
type
CategoryType type
- See Also:
-
-
-
Class dev.vality.damsel.domain.CategoryDecision
class CategoryDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
CategorySelector then_
-
-
-
Class dev.vality.damsel.domain.CategoryObject
class CategoryObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
Category data
-
ref
CategoryRef ref
-
-
-
Class dev.vality.damsel.domain.CategoryRef
class CategoryRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.CategorySelector
class CategorySelector extends org.apache.thrift.TUnion<CategorySelector,CategorySelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.ClientInfo
class ClientInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.Condition
class Condition extends org.apache.thrift.TUnion<Condition,Condition._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.ContactInfo
class ContactInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.Contract
class Contract extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
adjustments
List<ContractAdjustment> adjustments
-
contractor
Contractor contractor
-
contractor_id
String contractor_id
-
created_at
String created_at
-
id
String id
-
legal_agreement
LegalAgreement legal_agreement
-
payment_institution
PaymentInstitutionRef payment_institution
-
payout_tools
List<PayoutTool> payout_tools
-
report_preferences
ReportPreferences report_preferences
-
status
ContractStatus status
-
terms
TermSetHierarchyRef terms
-
valid_since
String valid_since
-
valid_until
String valid_until
-
-
-
Class dev.vality.damsel.domain.ContractActive
class ContractActive extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.ContractAdjustment
class ContractAdjustment extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
created_at
String created_at
-
id
String id
-
terms
TermSetHierarchyRef terms
-
valid_since
String valid_since
-
valid_until
String valid_until
-
-
-
Class dev.vality.damsel.domain.ContractExpired
class ContractExpired extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.Contractor
class Contractor extends org.apache.thrift.TUnion<Contractor,Contractor._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.ContractPaymentInstitutionDefaults
class ContractPaymentInstitutionDefaults extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
live
PaymentInstitutionRef live
-
test
PaymentInstitutionRef test
-
-
-
Class dev.vality.damsel.domain.ContractStatus
class ContractStatus extends org.apache.thrift.TUnion<ContractStatus,ContractStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.ContractTemplate
class ContractTemplate extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
description
String description
-
name
String name
-
terms
TermSetHierarchyRef terms
-
valid_since
Lifetime valid_since
-
valid_until
Lifetime valid_until
-
-
-
Class dev.vality.damsel.domain.ContractTemplateDecision
class ContractTemplateDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
ContractTemplateSelector then_
-
-
-
Class dev.vality.damsel.domain.ContractTemplateObject
class ContractTemplateObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
ContractTemplate data
-
ref
ContractTemplateRef ref
-
-
-
Class dev.vality.damsel.domain.ContractTemplateRef
class ContractTemplateRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.ContractTemplateSelector
class ContractTemplateSelector extends org.apache.thrift.TUnion<ContractTemplateSelector,ContractTemplateSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.ContractTerminated
class ContractTerminated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
terminated_at
String terminated_at
-
-
-
Class dev.vality.damsel.domain.Country
class Country extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
name
String name
-
trade_blocs
Set<TradeBlocRef> trade_blocs
-
-
-
Class dev.vality.damsel.domain.CountryObject
class CountryObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
Country data
-
ref
CountryRef ref
-
-
-
Class dev.vality.damsel.domain.CountryRef
class CountryRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
CountryCode id
- See Also:
-
-
-
Class dev.vality.damsel.domain.Criterion
class Criterion extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.CriterionObject
class CriterionObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
Criterion data
-
ref
CriterionRef ref
-
-
-
Class dev.vality.damsel.domain.CriterionRef
class CriterionRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.CryptoCurrency
class CryptoCurrency extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.CryptoCurrencyCondition
class CryptoCurrencyCondition extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
definition
CryptoCurrencyConditionDefinition definition
-
-
-
Class dev.vality.damsel.domain.CryptoCurrencyConditionDefinition
class CryptoCurrencyConditionDefinition extends org.apache.thrift.TUnion<CryptoCurrencyConditionDefinition,CryptoCurrencyConditionDefinition._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.CryptoCurrencyObject
class CryptoCurrencyObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
CryptoCurrency data
-
ref
CryptoCurrencyRef ref
-
-
-
Class dev.vality.damsel.domain.CryptoCurrencyRef
class CryptoCurrencyRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.domain.CryptoWallet
class CryptoWallet extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
crypto_currency
CryptoCurrencyRef crypto_currency
-
destination_tag
String destination_tag
-
id
String id
-
-
-
Class dev.vality.damsel.domain.Currency
class Currency extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.CurrencyDecision
class CurrencyDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
CurrencySelector then_
-
-
-
Class dev.vality.damsel.domain.CurrencyObject
class CurrencyObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
Currency data
-
ref
CurrencyRef ref
-
-
-
Class dev.vality.damsel.domain.CurrencyRef
class CurrencyRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
symbolic_code
String symbolic_code
-
-
-
Class dev.vality.damsel.domain.CurrencySelector
class CurrencySelector extends org.apache.thrift.TUnion<CurrencySelector,CurrencySelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.CustomerPayer
class CustomerPayer extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contact_info
ContactInfo contact_info
-
customer_binding_id
String customer_binding_id
-
customer_id
String customer_id
-
payment_tool
PaymentTool payment_tool
-
rec_payment_tool_id
String rec_payment_tool_id
-
-
-
Class dev.vality.damsel.domain.DigitalWallet
class DigitalWallet extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
account_identity_number
String account_identity_number
-
account_name
String account_name
-
id
String id
-
payment_service
PaymentServiceRef payment_service
-
token
String token
-
-
-
Class dev.vality.damsel.domain.DigitalWalletCondition
class DigitalWalletCondition extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
definition
DigitalWalletConditionDefinition definition
-
-
-
Class dev.vality.damsel.domain.DigitalWalletConditionDefinition
class DigitalWalletConditionDefinition extends org.apache.thrift.TUnion<DigitalWalletConditionDefinition,DigitalWalletConditionDefinition._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.DisposablePaymentResource
class DisposablePaymentResource extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
client_info
ClientInfo client_info
-
payment_session_id
String payment_session_id
-
payment_tool
PaymentTool payment_tool
-
-
-
Class dev.vality.damsel.domain.DocumentType
class DocumentType extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.DocumentTypeObject
class DocumentTypeObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
DocumentType data
-
ref
DocumentTypeRef ref
-
-
-
Class dev.vality.damsel.domain.DocumentTypeRef
class DocumentTypeRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.DomainObject
class DomainObject extends org.apache.thrift.TUnion<DomainObject,DomainObject._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.Dummy
class Dummy extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.DummyLink
class DummyLink extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
link
DummyRef link
-
-
-
Class dev.vality.damsel.domain.DummyLinkObject
class DummyLinkObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
DummyLink data
-
ref
DummyLinkRef ref
-
-
-
Class dev.vality.damsel.domain.DummyLinkRef
class DummyLinkRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.domain.DummyObject
class DummyObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.DummyRef
class DummyRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.domain.ExternalAccount
class ExternalAccount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
income
long income
-
outcome
long outcome
-
-
-
Class dev.vality.damsel.domain.ExternalAccountSet
class ExternalAccountSet extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
accounts
Map<CurrencyRef,
ExternalAccount> accounts -
description
String description
-
name
String name
-
-
-
Class dev.vality.damsel.domain.ExternalAccountSetDecision
class ExternalAccountSetDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
ExternalAccountSetSelector then_
-
-
-
Class dev.vality.damsel.domain.ExternalAccountSetObject
class ExternalAccountSetObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
ExternalAccountSet data
-
ref
ExternalAccountSetRef ref
-
-
-
Class dev.vality.damsel.domain.ExternalAccountSetRef
class ExternalAccountSetRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.ExternalAccountSetSelector
class ExternalAccountSetSelector extends org.apache.thrift.TUnion<ExternalAccountSetSelector,ExternalAccountSetSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.ExternalTransactionAccount
class ExternalTransactionAccount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
type
ExternalCashFlowAccount type
- See Also:
-
-
-
Class dev.vality.damsel.domain.Failure
class Failure extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
code
String code
-
reason
String reason
-
sub
SubFailure sub
-
-
-
Class dev.vality.damsel.domain.FeeDecision
class FeeDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
FeeSelector then_
-
-
-
Class dev.vality.damsel.domain.Fees
class Fees extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
fees
Map<CashFlowConstant,
CashVolume> fees
-
-
-
Class dev.vality.damsel.domain.FeeSelector
class FeeSelector extends org.apache.thrift.TUnion<FeeSelector,FeeSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.FinalCashFlowAccount
class FinalCashFlowAccount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
account_id
long account_id
-
account_type
CashFlowAccount account_type
-
transaction_account
TransactionAccount transaction_account
-
-
-
Class dev.vality.damsel.domain.FinalCashFlowPosting
class FinalCashFlowPosting extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
destination
FinalCashFlowAccount destination
-
details
String details
-
source
FinalCashFlowAccount source
-
volume
Cash volume
-
-
-
Class dev.vality.damsel.domain.GenericPaymentMethod
class GenericPaymentMethod extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payment_service
PaymentServiceRef payment_service
Сервис, обслуживающий данный платёжный инструмент. Например: `{"id": "BankTransfersRUS"}`
-
-
-
Class dev.vality.damsel.domain.GenericPaymentTool
class GenericPaymentTool extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
Content data
Данные платёжного инструмента, определённые в соответствии со схемой в `PaymentMethodDefinition`. Например: ``` Content { type = 'application/schema-instance+json; schema=https://api.vality.dev/schemas/payment-methods/v2/BankAccountRUS' data = '{"accountNumber":"40817810500000000035", "bankBIC":"044525716"}' } ``` -
payment_service
PaymentServiceRef payment_service
Сервис, обслуживающий данный платёжный инструмент. Должен соответствовать значению, указанному в `GenericPaymentMethod`.
-
-
-
Class dev.vality.damsel.domain.GenericPaymentToolCondition
class GenericPaymentToolCondition extends org.apache.thrift.TUnion<GenericPaymentToolCondition,GenericPaymentToolCondition._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.Globals
class Globals extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contract_payment_institution_defaults
ContractPaymentInstitutionDefaults contract_payment_institution_defaults
-
external_account_set
ExternalAccountSetSelector external_account_set
-
identity_providers
Set<IdentityProviderRef> identity_providers
-
payment_institutions
Set<PaymentInstitutionRef> payment_institutions
-
-
-
Class dev.vality.damsel.domain.GlobalsObject
class GlobalsObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
Globals data
-
ref
GlobalsRef ref
-
-
-
Class dev.vality.damsel.domain.GlobalsRef
class GlobalsRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.HoldLifetime
class HoldLifetime extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
seconds
int seconds
-
-
-
Class dev.vality.damsel.domain.HoldLifetimeDecision
class HoldLifetimeDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
HoldLifetimeSelector then_
-
-
-
Class dev.vality.damsel.domain.HoldLifetimeSelector
class HoldLifetimeSelector extends org.apache.thrift.TUnion<HoldLifetimeSelector,HoldLifetimeSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.IdentityProvider
class IdentityProvider extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contract_template
ContractTemplateRef contract_template
-
contractor_level
ContractorIdentificationLevel contractor_level
- See Also:
-
payment_institution
PaymentInstitutionRef payment_institution
-
-
-
Class dev.vality.damsel.domain.IdentityProviderObject
class IdentityProviderObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
IdentityProvider data
-
ref
IdentityProviderRef ref
-
-
-
Class dev.vality.damsel.domain.IdentityProviderRef
class IdentityProviderRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.domain.Inspector
class Inspector extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.InspectorDecision
class InspectorDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
InspectorSelector then_
-
-
-
Class dev.vality.damsel.domain.InspectorObject
class InspectorObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
Inspector data
-
ref
InspectorRef ref
-
-
-
Class dev.vality.damsel.domain.InspectorRef
class InspectorRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.InspectorSelector
class InspectorSelector extends org.apache.thrift.TUnion<InspectorSelector,InspectorSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InternationalBankAccount
class InternationalBankAccount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
account_holder
String account_holder
-
bank
InternationalBankDetails bank
-
correspondent_account
InternationalBankAccount correspondent_account
-
iban
String iban
-
number
String number
-
-
-
Class dev.vality.damsel.domain.InternationalBankDetails
class InternationalBankDetails extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
aba_rtn
String aba_rtn
-
address
String address
-
bic
String bic
-
country
CountryCode country
- See Also:
-
Residence
-
name
String name
-
-
-
Class dev.vality.damsel.domain.InternationalLegalEntity
class InternationalLegalEntity extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.Invoice
class Invoice extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
allocation
Allocation allocation
-
client_info
InvoiceClientInfo client_info
-
context
Content context
-
cost
Cash cost
-
created_at
String created_at
-
details
InvoiceDetails details
-
due
String due
-
external_id
String external_id
-
id
String id
-
mutations
List<InvoiceMutation> mutations
-
owner_id
String owner_id
-
party_revision
long party_revision
-
shop_id
String shop_id
-
status
InvoiceStatus status
-
template_id
String template_id
-
-
-
Class dev.vality.damsel.domain.InvoiceAmountMutation
class InvoiceAmountMutation extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
mutated
long mutated
-
original
long original
-
-
-
Class dev.vality.damsel.domain.InvoiceAmountMutationParams
class InvoiceAmountMutationParams extends org.apache.thrift.TUnion<InvoiceAmountMutationParams,InvoiceAmountMutationParams._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoiceBankAccount
class InvoiceBankAccount extends org.apache.thrift.TUnion<InvoiceBankAccount,InvoiceBankAccount._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoiceCancelled
class InvoiceCancelled extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
details
String details
-
-
-
Class dev.vality.damsel.domain.InvoiceCart
class InvoiceCart extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
lines
List<InvoiceLine> lines
-
-
-
Class dev.vality.damsel.domain.InvoiceClientInfo
class InvoiceClientInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
trust_level
ClientTrustLevel trust_level
- See Also:
-
-
-
Class dev.vality.damsel.domain.InvoiceDetails
class InvoiceDetails extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
bank_account
InvoiceBankAccount bank_account
-
cart
InvoiceCart cart
-
description
String description
-
product
String product
-
-
-
Class dev.vality.damsel.domain.InvoiceFulfilled
class InvoiceFulfilled extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
details
String details
-
-
-
Class dev.vality.damsel.domain.InvoiceLine
class InvoiceLine extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.InvoiceMutation
class InvoiceMutation extends org.apache.thrift.TUnion<InvoiceMutation,InvoiceMutation._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoiceMutationParams
class InvoiceMutationParams extends org.apache.thrift.TUnion<InvoiceMutationParams,InvoiceMutationParams._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaid
class InvoicePaid extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePayment
class InvoicePayment extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
changed_cost
Cash changed_cost
-
context
Content context
-
cost
Cash cost
-
created_at
String created_at
-
domain_revision
long domain_revision
-
external_id
String external_id
-
flow
InvoicePaymentFlow flow
-
id
String id
-
make_recurrent
boolean make_recurrent
-
owner_id
String owner_id
-
party_revision
long party_revision
-
payer
Payer payer
-
payer_session_info
PayerSessionInfo payer_session_info
-
processing_deadline
String processing_deadline
-
registration_origin
InvoicePaymentRegistrationOrigin registration_origin
-
shop_id
String shop_id
-
status
InvoicePaymentStatus status
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentAdjustment
class InvoicePaymentAdjustment extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
created_at
String created_at
-
domain_revision
long domain_revision
-
id
String id
-
new_cash_flow
List<FinalCashFlowPosting> new_cash_flow
-
old_cash_flow_inverse
List<FinalCashFlowPosting> old_cash_flow_inverse
-
party_revision
long party_revision
-
reason
String reason
-
state
InvoicePaymentAdjustmentState state
-
status
InvoicePaymentAdjustmentStatus status
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentAdjustmentCancelled
class InvoicePaymentAdjustmentCancelled extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
at
String at
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentAdjustmentCaptured
class InvoicePaymentAdjustmentCaptured extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
at
String at
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentAdjustmentCashFlow
class InvoicePaymentAdjustmentCashFlow extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
domain_revision
long domain_revision
Ревизия, относительно которой необходимо пересчитать граф финансовых потоков. -
new_amount
long new_amount
Сумма, относительно которой необходимо пересчитать граф финансовых потоков.
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentAdjustmentCashFlowState
class InvoicePaymentAdjustmentCashFlowState extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
scenario
InvoicePaymentAdjustmentCashFlow scenario
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentAdjustmentPending
class InvoicePaymentAdjustmentPending extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentAdjustmentProcessed
class InvoicePaymentAdjustmentProcessed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentAdjustmentState
class InvoicePaymentAdjustmentState extends org.apache.thrift.TUnion<InvoicePaymentAdjustmentState,InvoicePaymentAdjustmentState._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentAdjustmentStatus
class InvoicePaymentAdjustmentStatus extends org.apache.thrift.TUnion<InvoicePaymentAdjustmentStatus,InvoicePaymentAdjustmentStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentAdjustmentStatusChange
class InvoicePaymentAdjustmentStatusChange extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
target_status
InvoicePaymentStatus target_status
Статус, в который необходимо перевести платёж.
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentAdjustmentStatusChangeState
class InvoicePaymentAdjustmentStatusChangeState extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
scenario
InvoicePaymentAdjustmentStatusChange scenario
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentCancelled
class InvoicePaymentCancelled extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
String reason
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentCaptured
class InvoicePaymentCaptured extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
allocation
Allocation allocation
-
cart
InvoiceCart cart
-
cost
Cash cost
-
reason
String reason
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargeback
class InvoicePaymentChargeback extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
body
Cash body
-
context
Content context
-
created_at
String created_at
-
domain_revision
long domain_revision
-
external_id
String external_id
-
id
String id
-
levy
Cash levy
-
party_revision
long party_revision
-
reason
InvoicePaymentChargebackReason reason
-
stage
InvoicePaymentChargebackStage stage
-
status
InvoicePaymentChargebackStatus status
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackAccepted
class InvoicePaymentChargebackAccepted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackCancelled
class InvoicePaymentChargebackCancelled extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackCategory
class InvoicePaymentChargebackCategory extends org.apache.thrift.TUnion<InvoicePaymentChargebackCategory,InvoicePaymentChargebackCategory._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackCategoryAuthorisation
class InvoicePaymentChargebackCategoryAuthorisation extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackCategoryDispute
class InvoicePaymentChargebackCategoryDispute extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackCategoryFraud
class InvoicePaymentChargebackCategoryFraud extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackCategoryProcessingError
class InvoicePaymentChargebackCategoryProcessingError extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackPending
class InvoicePaymentChargebackPending extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackReason
class InvoicePaymentChargebackReason extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
category
InvoicePaymentChargebackCategory category
-
code
String code
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackRejected
class InvoicePaymentChargebackRejected extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackStage
class InvoicePaymentChargebackStage extends org.apache.thrift.TUnion<InvoicePaymentChargebackStage,InvoicePaymentChargebackStage._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackStageArbitration
class InvoicePaymentChargebackStageArbitration extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackStageChargeback
class InvoicePaymentChargebackStageChargeback extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackStagePreArbitration
class InvoicePaymentChargebackStagePreArbitration extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargebackStatus
class InvoicePaymentChargebackStatus extends org.apache.thrift.TUnion<InvoicePaymentChargebackStatus,InvoicePaymentChargebackStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentChargedBack
class InvoicePaymentChargedBack extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentFailed
class InvoicePaymentFailed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
failure
OperationFailure failure
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentFlow
class InvoicePaymentFlow extends org.apache.thrift.TUnion<InvoicePaymentFlow,InvoicePaymentFlow._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentFlowHold
class InvoicePaymentFlowHold extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
held_until
String held_until
-
on_hold_expiration
OnHoldExpiration on_hold_expiration
- See Also:
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentFlowInstant
class InvoicePaymentFlowInstant extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentMerchantRegistration
class InvoicePaymentMerchantRegistration extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentPending
class InvoicePaymentPending extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentProcessed
class InvoicePaymentProcessed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentProviderRegistration
class InvoicePaymentProviderRegistration extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentRefund
class InvoicePaymentRefund extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
allocation
Allocation allocation
-
cart
InvoiceCart cart
-
cash
Cash cash
-
created_at
String created_at
-
domain_revision
long domain_revision
-
external_id
String external_id
-
id
String id
-
party_revision
long party_revision
-
reason
String reason
-
status
InvoicePaymentRefundStatus status
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentRefunded
class InvoicePaymentRefunded extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentRefundFailed
class InvoicePaymentRefundFailed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
failure
OperationFailure failure
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentRefundPending
class InvoicePaymentRefundPending extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentRefundStatus
class InvoicePaymentRefundStatus extends org.apache.thrift.TUnion<InvoicePaymentRefundStatus,InvoicePaymentRefundStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentRefundSucceeded
class InvoicePaymentRefundSucceeded extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentRegistrationOrigin
class InvoicePaymentRegistrationOrigin extends org.apache.thrift.TUnion<InvoicePaymentRegistrationOrigin,InvoicePaymentRegistrationOrigin._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoicePaymentStatus
class InvoicePaymentStatus extends org.apache.thrift.TUnion<InvoicePaymentStatus,InvoicePaymentStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoiceRussianBankAccount
class InvoiceRussianBankAccount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.InvoiceStatus
class InvoiceStatus extends org.apache.thrift.TUnion<InvoiceStatus,InvoiceStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoiceTemplate
class InvoiceTemplate extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
context
Content context
-
created_at
String created_at
-
description
String description
-
details
InvoiceTemplateDetails details
-
id
String id
-
invoice_lifetime
LifetimeInterval invoice_lifetime
-
mutations
List<InvoiceMutationParams> mutations
-
name
String name
-
owner_id
String owner_id
-
product
String product
-
shop_id
String shop_id
-
-
-
Class dev.vality.damsel.domain.InvoiceTemplateCostUnlimited
class InvoiceTemplateCostUnlimited extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoiceTemplateDetails
class InvoiceTemplateDetails extends org.apache.thrift.TUnion<InvoiceTemplateDetails,InvoiceTemplateDetails._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoiceTemplateProduct
class InvoiceTemplateProduct extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
metadata
Map<String,
Value> metadata -
price
InvoiceTemplateProductPrice price
-
product
String product
-
-
-
Class dev.vality.damsel.domain.InvoiceTemplateProductPrice
class InvoiceTemplateProductPrice extends org.apache.thrift.TUnion<InvoiceTemplateProductPrice,InvoiceTemplateProductPrice._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.InvoiceUnpaid
class InvoiceUnpaid extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.LegalAgreement
class LegalAgreement extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.LegalEntity
class LegalEntity extends org.apache.thrift.TUnion<LegalEntity,LegalEntity._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.Lifetime
class Lifetime extends org.apache.thrift.TUnion<Lifetime,Lifetime._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.LifetimeDecision
class LifetimeDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
LifetimeSelector then_
-
-
-
Class dev.vality.damsel.domain.LifetimeInterval
class LifetimeInterval extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
days
short days
-
hours
short hours
-
minutes
short minutes
-
months
short months
-
seconds
short seconds
-
years
short years
-
-
-
Class dev.vality.damsel.domain.LifetimeSelector
class LifetimeSelector extends org.apache.thrift.TUnion<LifetimeSelector,LifetimeSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.LimitConfigObject
class LimitConfigObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
LimitConfig data
-
ref
LimitConfigRef ref
-
-
-
Class dev.vality.damsel.domain.LimitConfigRef
class LimitConfigRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.domain.MerchantTransactionAccount
class MerchantTransactionAccount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
owner
MerchantTransactionAccountOwner owner
Идентификатор бизнес-объекта, владельца аккаунта. -
type
MerchantCashFlowAccount type
- See Also:
-
-
-
Class dev.vality.damsel.domain.MerchantTransactionAccountOwner
class MerchantTransactionAccountOwner extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.MobileCommerce
class MobileCommerce extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
operator
MobileOperatorRef operator
-
phone
MobilePhone phone
-
-
-
Class dev.vality.damsel.domain.MobileCommerceCondition
class MobileCommerceCondition extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
definition
MobileCommerceConditionDefinition definition
-
-
-
Class dev.vality.damsel.domain.MobileCommerceConditionDefinition
class MobileCommerceConditionDefinition extends org.apache.thrift.TUnion<MobileCommerceConditionDefinition,MobileCommerceConditionDefinition._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.MobileOperator
class MobileOperator extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.MobileOperatorObject
class MobileOperatorObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
MobileOperator data
-
ref
MobileOperatorRef ref
-
-
-
Class dev.vality.damsel.domain.MobileOperatorRef
class MobileOperatorRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.domain.MobilePhone
class MobilePhone extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.OperationFailure
class OperationFailure extends org.apache.thrift.TUnion<OperationFailure,OperationFailure._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.OperationTimeout
class OperationTimeout extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.P2PToolCondition
class P2PToolCondition extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
receiver_is
PaymentToolCondition receiver_is
-
sender_is
PaymentToolCondition sender_is
-
-
-
Class dev.vality.damsel.domain.PartialCaptureProvisionTerms
class PartialCaptureProvisionTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PartialCaptureServiceTerms
class PartialCaptureServiceTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PartialRefundsProvisionTerms
class PartialRefundsProvisionTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cash_limit
CashLimitSelector cash_limit
-
-
-
Class dev.vality.damsel.domain.PartialRefundsServiceTerms
class PartialRefundsServiceTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cash_limit
CashLimitSelector cash_limit
-
-
-
Class dev.vality.damsel.domain.Party
class Party extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
blocking
Blocking blocking
-
comment
String comment
-
contact_info
PartyContactInfo contact_info
-
contractors
Map<String,
PartyContractor> contractors -
contracts
Map<String,
Contract> contracts -
created_at
String created_at
-
id
String id
-
party_name
String party_name
-
revision
long revision
-
shops
Map<String,
Shop> shops -
suspension
Suspension suspension
-
wallets
Map<String,
Wallet> wallets
-
-
-
Class dev.vality.damsel.domain.PartyCondition
class PartyCondition extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
definition
PartyConditionDefinition definition
-
id
String id
-
-
-
Class dev.vality.damsel.domain.PartyConditionDefinition
class PartyConditionDefinition extends org.apache.thrift.TUnion<PartyConditionDefinition,PartyConditionDefinition._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PartyContactInfo
class PartyContactInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.PartyContractor
class PartyContractor extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contractor
Contractor contractor
-
id
String id
-
identity_documents
List<ByteBuffer> identity_documents
-
status
ContractorIdentificationLevel status
- See Also:
-
-
-
Class dev.vality.damsel.domain.PartyStatus
class PartyStatus extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
blocking
Blocking blocking
-
id
String id
-
revision
long revision
-
suspension
Suspension suspension
-
-
-
Class dev.vality.damsel.domain.Payer
class Payer extends org.apache.thrift.TUnion<Payer,Payer._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PayerSessionInfo
class PayerSessionInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
redirect_url
String redirect_url
Адрес, куда необходимо перенаправить user agent плательщика по завершении различных активностей в браузере, вроде авторизации списания средств механизмом 3DS 2.0, если они потребуются. Необходимо указывать только в случае интерактивного проведения платежа, например при помощи платёжной формы. И только тогда, когда обычные средства абстракции вроде user interaction не применимы.
-
-
-
Class dev.vality.damsel.domain.PaymentAllocationServiceTerms
class PaymentAllocationServiceTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
allow
Predicate allow
NOTE Если распределения средств (allocations) разрешены на этом уровне, они также автоматически разрешены для возвратов (refunds) платежей, при создании которых было указано распределение средств (allocation).
-
-
-
Class dev.vality.damsel.domain.PaymentCardCVC
class PaymentCardCVC extends org.apache.thrift.TUnion<PaymentCardCVC,PaymentCardCVC._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PaymentCardExactExpirationDate
class PaymentCardExactExpirationDate extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PaymentCardExpirationDate
class PaymentCardExpirationDate extends org.apache.thrift.TUnion<PaymentCardExpirationDate,PaymentCardExpirationDate._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PaymentCardNumber
class PaymentCardNumber extends org.apache.thrift.TUnion<PaymentCardNumber,PaymentCardNumber._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PaymentCardNumberChecksum
class PaymentCardNumberChecksum extends org.apache.thrift.TUnion<PaymentCardNumberChecksum,PaymentCardNumberChecksum._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PaymentCardNumberChecksumLuhn
class PaymentCardNumberChecksumLuhn extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PaymentCardValidationRule
class PaymentCardValidationRule extends org.apache.thrift.TUnion<PaymentCardValidationRule,PaymentCardValidationRule._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PaymentChargebackProvisionTerms
class PaymentChargebackProvisionTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cash_flow
CashFlowSelector cash_flow
-
fees
FeeSelector fees
-
-
-
Class dev.vality.damsel.domain.PaymentChargebackServiceTerms
class PaymentChargebackServiceTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
allow
Predicate allow
-
eligibility_time
TimeSpanSelector eligibility_time
-
fees
CashFlowSelector fees
-
-
-
Class dev.vality.damsel.domain.PaymentHoldsProvisionTerms
class PaymentHoldsProvisionTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
lifetime
HoldLifetimeSelector lifetime
-
partial_captures
PartialCaptureProvisionTerms partial_captures
-
-
-
Class dev.vality.damsel.domain.PaymentHoldsServiceTerms
class PaymentHoldsServiceTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
lifetime
HoldLifetimeSelector lifetime
-
partial_captures
PartialCaptureServiceTerms partial_captures
-
payment_methods
PaymentMethodSelector payment_methods
-
-
-
Class dev.vality.damsel.domain.PaymentInstitution
class PaymentInstitution extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
calendar
CalendarRef calendar
-
default_contract_template
ContractTemplateSelector default_contract_template
-
description
String description
-
identity
String identity
-
inspector
InspectorSelector inspector
-
name
String name
-
payment_routing_rules
RoutingRules payment_routing_rules
-
payment_system
PaymentSystemSelector payment_system
-
providers
ProviderSelector providers
-
realm
PaymentInstitutionRealm realm
- See Also:
-
residences
Set<CountryCode> residences
-
system_account_set
SystemAccountSetSelector system_account_set
-
wallet_system_account_set
SystemAccountSetSelector wallet_system_account_set
-
withdrawal_routing_rules
RoutingRules withdrawal_routing_rules
-
-
-
Class dev.vality.damsel.domain.PaymentInstitutionAccount
class PaymentInstitutionAccount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PaymentInstitutionObject
class PaymentInstitutionObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
PaymentInstitution data
-
ref
PaymentInstitutionRef ref
-
-
-
Class dev.vality.damsel.domain.PaymentInstitutionRef
class PaymentInstitutionRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.PaymentMethod
class PaymentMethod extends org.apache.thrift.TUnion<PaymentMethod,PaymentMethod._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PaymentMethodDecision
class PaymentMethodDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
PaymentMethodSelector then_
-
-
-
Class dev.vality.damsel.domain.PaymentMethodDefinition
class PaymentMethodDefinition extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.PaymentMethodObject
class PaymentMethodObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
PaymentMethodDefinition data
-
ref
PaymentMethodRef ref
-
-
-
Class dev.vality.damsel.domain.PaymentMethodRef
class PaymentMethodRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
PaymentMethod id
-
-
-
Class dev.vality.damsel.domain.PaymentMethodSchema
class PaymentMethodSchema extends org.apache.thrift.TUnion<PaymentMethodSchema,PaymentMethodSchema._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PaymentMethodSelector
class PaymentMethodSelector extends org.apache.thrift.TUnion<PaymentMethodSelector,PaymentMethodSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PaymentRefundsProvisionTerms
class PaymentRefundsProvisionTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cash_flow
CashFlowSelector cash_flow
-
partial_refunds
PartialRefundsProvisionTerms partial_refunds
Условия для частичных рефандов.
-
-
-
Class dev.vality.damsel.domain.PaymentRefundsServiceTerms
class PaymentRefundsServiceTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
eligibility_time
TimeSpanSelector eligibility_time
-
fees
CashFlowSelector fees
-
partial_refunds
PartialRefundsServiceTerms partial_refunds
-
payment_methods
PaymentMethodSelector payment_methods
-
-
-
Class dev.vality.damsel.domain.PaymentResourcePayer
class PaymentResourcePayer extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contact_info
ContactInfo contact_info
-
resource
DisposablePaymentResource resource
-
-
-
Class dev.vality.damsel.domain.PaymentRoute
class PaymentRoute extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
provider
ProviderRef provider
-
terminal
TerminalRef terminal
-
-
-
Class dev.vality.damsel.domain.PaymentRouteScores
class PaymentRouteScores extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
availability
double availability
-
availability_condition
int availability_condition
-
blacklist_condition
int blacklist_condition
-
conversion
double conversion
-
conversion_condition
int conversion_condition
-
random_condition
int random_condition
-
route_pin
int route_pin
-
terminal_priority_rating
int terminal_priority_rating
-
-
-
Class dev.vality.damsel.domain.PaymentService
class PaymentService extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
brand_name
String brand_name
Локальное, известное пользователям название платёжного сервиса: платёжной системы, банка, провайдера кошельков, и т.д. Например: "VISA" -
category
String category
Категория платёжного сервиса. Открытое множество, конкретные значения согласовываются: - на уровне констант в протоколе, - вне протокола, на уровне конкретных интеграций. -
description
String description
-
metadata
Map<String,
Value> metadata Метаданные, разделённые по пространствам имён. Введены для аннотирования платёжных сервисов произвольными данными, необходимыми в частности для логики презентации. Например: {"dev.vality.checkout": { "brandLogo": {"banner": "/assets/brands/blarg.svg"}, "localization": { "name": {"ja_JP": "ヱヴァンゲリヲン"} } }} -
name
String name
-
-
-
Class dev.vality.damsel.domain.PaymentServiceObject
class PaymentServiceObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
PaymentService data
-
ref
PaymentServiceRef ref
-
-
-
Class dev.vality.damsel.domain.PaymentServiceRef
class PaymentServiceRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.domain.PaymentsProvisionTerms
class PaymentsProvisionTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
allow
Predicate allow
-
cash_flow
CashFlowSelector cash_flow
-
cash_limit
CashLimitSelector cash_limit
-
categories
CategorySelector categories
-
chargebacks
PaymentChargebackProvisionTerms chargebacks
-
currencies
CurrencySelector currencies
-
global_allow
Predicate global_allow
-
holds
PaymentHoldsProvisionTerms holds
-
payment_methods
PaymentMethodSelector payment_methods
-
refunds
PaymentRefundsProvisionTerms refunds
-
risk_coverage
RiskScoreSelector risk_coverage
-
turnover_limits
TurnoverLimitSelector turnover_limits
-
-
-
Class dev.vality.damsel.domain.PaymentsServiceTerms
class PaymentsServiceTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
allocations
PaymentAllocationServiceTerms allocations
-
attempt_limit
AttemptLimitSelector attempt_limit
-
cash_limit
CashLimitSelector cash_limit
-
categories
CategorySelector categories
-
chargebacks
PaymentChargebackServiceTerms chargebacks
-
currencies
CurrencySelector currencies
-
fees
CashFlowSelector fees
-
holds
PaymentHoldsServiceTerms holds
-
payment_methods
PaymentMethodSelector payment_methods
-
refunds
PaymentRefundsServiceTerms refunds
-
-
-
Class dev.vality.damsel.domain.PaymentSystem
class PaymentSystem extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
description
String description
-
name
String name
-
validation_rules
Set<PaymentCardValidationRule> validation_rules
-
-
-
Class dev.vality.damsel.domain.PaymentSystemCondition
class PaymentSystemCondition extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payment_system_is
PaymentSystemRef payment_system_is
-
token_service_is
BankCardTokenServiceRef token_service_is
-
tokenization_method_is
TokenizationMethod tokenization_method_is
- See Also:
-
-
-
Class dev.vality.damsel.domain.PaymentSystemDecision
class PaymentSystemDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
PaymentSystemSelector then_
-
-
-
Class dev.vality.damsel.domain.PaymentSystemObject
class PaymentSystemObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
PaymentSystem data
-
ref
PaymentSystemRef ref
-
-
-
Class dev.vality.damsel.domain.PaymentSystemRef
class PaymentSystemRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.domain.PaymentSystemSelector
class PaymentSystemSelector extends org.apache.thrift.TUnion<PaymentSystemSelector,PaymentSystemSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PaymentTerminal
class PaymentTerminal extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
metadata
Map<String,
Value> metadata Метаданные, разделённые по пространствам имён. Могут заполняться произвольными значениями, например согласно какой-нибудь схеме данных, заданной в `PaymentService.metadata`, которая обозначает платёжный инструмент, не вписывающийся в текущую модель `PaymentTool`: {"dev.vality.paymentResource": { "type": "BankAccountRUS", "accountNumber": "40817810500000000035", "bankBIC": "044525716", ... }} -
payment_service
PaymentServiceRef payment_service
-
-
-
Class dev.vality.damsel.domain.PaymentTerminalCondition
class PaymentTerminalCondition extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
definition
PaymentTerminalConditionDefinition definition
-
-
-
Class dev.vality.damsel.domain.PaymentTerminalConditionDefinition
class PaymentTerminalConditionDefinition extends org.apache.thrift.TUnion<PaymentTerminalConditionDefinition,PaymentTerminalConditionDefinition._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PaymentTool
class PaymentTool extends org.apache.thrift.TUnion<PaymentTool,PaymentTool._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PaymentToolCondition
class PaymentToolCondition extends org.apache.thrift.TUnion<PaymentToolCondition,PaymentToolCondition._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PayoutMethodDecision
class PayoutMethodDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
PayoutMethodSelector then_
-
-
-
Class dev.vality.damsel.domain.PayoutMethodDefinition
class PayoutMethodDefinition extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.PayoutMethodObject
class PayoutMethodObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
PayoutMethodDefinition data
-
ref
PayoutMethodRef ref
-
-
-
Class dev.vality.damsel.domain.PayoutMethodRef
class PayoutMethodRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
PayoutMethod id
- See Also:
-
-
-
Class dev.vality.damsel.domain.PayoutMethodSelector
class PayoutMethodSelector extends org.apache.thrift.TUnion<PayoutMethodSelector,PayoutMethodSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PayoutTool
class PayoutTool extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
created_at
String created_at
-
currency
CurrencyRef currency
-
id
String id
-
payout_tool_info
PayoutToolInfo payout_tool_info
-
-
-
Class dev.vality.damsel.domain.PayoutToolInfo
class PayoutToolInfo extends org.apache.thrift.TUnion<PayoutToolInfo,PayoutToolInfo._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.Predicate
class Predicate extends org.apache.thrift.TUnion<Predicate,Predicate._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.PrivateEntity
class PrivateEntity extends org.apache.thrift.TUnion<PrivateEntity,PrivateEntity._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.Provider
class Provider extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
abs_account
String abs_account
-
accounts
Map<CurrencyRef,
ProviderAccount> accounts -
cascade_behaviour
CascadeBehaviour cascade_behaviour
-
description
String description
-
identity
String identity
-
name
String name
-
params_schema
List<ProviderParameter> params_schema
-
payment_terms
PaymentsProvisionTerms payment_terms
-
proxy
Proxy proxy
-
recurrent_paytool_terms
RecurrentPaytoolsProvisionTerms recurrent_paytool_terms
-
route_fd_overrides
RouteFaultDetectorOverrides route_fd_overrides
-
terms
ProvisionTermSet terms
-
-
-
Class dev.vality.damsel.domain.ProviderAccount
class ProviderAccount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
settlement
long settlement
-
-
-
Class dev.vality.damsel.domain.ProviderDecision
class ProviderDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
ProviderSelector then_
-
-
-
Class dev.vality.damsel.domain.ProviderObject
class ProviderObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
Provider data
-
ref
ProviderRef ref
-
-
-
Class dev.vality.damsel.domain.ProviderParameter
class ProviderParameter extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
description
String description
-
id
String id
-
is_required
boolean is_required
-
type
ProviderParameterType type
-
-
-
Class dev.vality.damsel.domain.ProviderParameterInteger
class ProviderParameterInteger extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.ProviderParameterPassword
class ProviderParameterPassword extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.ProviderParameterString
class ProviderParameterString extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.ProviderParameterType
class ProviderParameterType extends org.apache.thrift.TUnion<ProviderParameterType,ProviderParameterType._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.ProviderParameterUrl
class ProviderParameterUrl extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.ProviderRef
class ProviderRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.ProviderSelector
class ProviderSelector extends org.apache.thrift.TUnion<ProviderSelector,ProviderSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.ProviderTerminalRef
class ProviderTerminalRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
priority
long priority
-
weight
long weight
-
-
-
Class dev.vality.damsel.domain.ProviderTransactionAccount
class ProviderTransactionAccount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
owner
ProviderTransactionAccountOwner owner
Идентификатор бизнес-объекта, владельца аккаунта. -
type
ProviderCashFlowAccount type
- See Also:
-
-
-
Class dev.vality.damsel.domain.ProviderTransactionAccountOwner
class ProviderTransactionAccountOwner extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
provider_ref
ProviderRef provider_ref
-
terminal_ref
TerminalRef terminal_ref
-
-
-
Class dev.vality.damsel.domain.ProvisionTermSet
class ProvisionTermSet extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payments
PaymentsProvisionTerms payments
-
recurrent_paytools
RecurrentPaytoolsProvisionTerms recurrent_paytools
-
wallet
WalletProvisionTerms wallet
-
-
-
Class dev.vality.damsel.domain.Proxy
class Proxy extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.ProxyDefinition
class ProxyDefinition extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.ProxyObject
class ProxyObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
ProxyDefinition data
-
ref
ProxyRef ref
-
-
-
Class dev.vality.damsel.domain.ProxyRef
class ProxyRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.RandomizationMutationParams
class RandomizationMutationParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
amount_multiplicity_condition
long amount_multiplicity_condition
-
deviation
long deviation
-
direction
DeviationDirection direction
По умолчанию полагается допустимым отклонение в обе стороны- See Also:
-
max_amount_condition
long max_amount_condition
-
min_amount_condition
long min_amount_condition
-
precision
long precision
-
-
-
Class dev.vality.damsel.domain.RecurrentParentPayment
class RecurrentParentPayment extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.RecurrentPayer
class RecurrentPayer extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contact_info
ContactInfo contact_info
-
payment_tool
PaymentTool payment_tool
-
recurrent_parent
RecurrentParentPayment recurrent_parent
-
-
-
Class dev.vality.damsel.domain.RecurrentPaytoolsProvisionTerms
class RecurrentPaytoolsProvisionTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cash_value
CashValueSelector cash_value
-
categories
CategorySelector categories
-
payment_methods
PaymentMethodSelector payment_methods
-
risk_coverage
RiskScoreSelector risk_coverage
-
-
-
Class dev.vality.damsel.domain.RecurrentPaytoolsServiceTerms
class RecurrentPaytoolsServiceTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payment_methods
PaymentMethodSelector payment_methods
-
-
-
Class dev.vality.damsel.domain.Reference
class Reference extends org.apache.thrift.TUnion<Reference,Reference._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.RegisteredUser
class RegisteredUser extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
email
String email
-
-
-
Class dev.vality.damsel.domain.ReportPreferences
class ReportPreferences extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
service_acceptance_act_preferences
ServiceAcceptanceActPreferences service_acceptance_act_preferences
-
-
-
Class dev.vality.damsel.domain.ReportsServiceTerms
class ReportsServiceTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
acts
ServiceAcceptanceActsTerms acts
-
-
-
Class dev.vality.damsel.domain.Representative
class Representative extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
document
RepresentativeDocument document
-
full_name
String full_name
-
position
String position
-
-
-
Class dev.vality.damsel.domain.RepresentativeDocument
class RepresentativeDocument extends org.apache.thrift.TUnion<RepresentativeDocument,RepresentativeDocument._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.RiskScoreDecision
class RiskScoreDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
RiskScoreSelector then_
-
-
-
Class dev.vality.damsel.domain.RiskScoreSelector
class RiskScoreSelector extends org.apache.thrift.TUnion<RiskScoreSelector,RiskScoreSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.RouteFaultDetectorOverrides
class RouteFaultDetectorOverrides extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
enabled
boolean enabled
-
-
-
Class dev.vality.damsel.domain.RoutingCandidate
class RoutingCandidate extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
allowed
Predicate allowed
-
description
String description
-
pin
RoutingPin pin
-
priority
int priority
-
terminal
TerminalRef terminal
-
weight
int weight
-
-
-
Class dev.vality.damsel.domain.RoutingDecisions
class RoutingDecisions extends org.apache.thrift.TUnion<RoutingDecisions,RoutingDecisions._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.RoutingDelegate
class RoutingDelegate extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
allowed
Predicate allowed
-
description
String description
-
ruleset
RoutingRulesetRef ruleset
-
-
-
Class dev.vality.damsel.domain.RoutingPin
class RoutingPin extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
features
Set<RoutingPinFeature> features
-
-
-
Class dev.vality.damsel.domain.RoutingRules
class RoutingRules extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
policies
RoutingRulesetRef policies
-
prohibitions
RoutingRulesetRef prohibitions
-
-
-
Class dev.vality.damsel.domain.RoutingRuleset
class RoutingRuleset extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
decisions
RoutingDecisions decisions
-
description
String description
-
name
String name
-
-
-
Class dev.vality.damsel.domain.RoutingRulesetRef
class RoutingRulesetRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.RoutingRulesObject
class RoutingRulesObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
RoutingRuleset data
-
ref
RoutingRulesetRef ref
-
-
-
Class dev.vality.damsel.domain.RussianBankAccount
class RussianBankAccount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.RussianLegalEntity
class RussianLegalEntity extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
actual_address
String actual_address
-
inn
String inn
-
post_address
String post_address
-
registered_name
String registered_name
-
registered_number
String registered_number
-
representative_document
String representative_document
-
representative_full_name
String representative_full_name
-
representative_position
String representative_position
-
russian_bank_account
RussianBankAccount russian_bank_account
-
-
-
Class dev.vality.damsel.domain.RussianPrivateEntity
class RussianPrivateEntity extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contact_info
ContactInfo contact_info
-
first_name
String first_name
-
middle_name
String middle_name
-
second_name
String second_name
-
-
-
Class dev.vality.damsel.domain.ServiceAcceptanceActPreferences
class ServiceAcceptanceActPreferences extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
schedule
BusinessScheduleRef schedule
-
signer
Representative signer
-
-
-
Class dev.vality.damsel.domain.ServiceAcceptanceActsTerms
class ServiceAcceptanceActsTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
schedules
BusinessScheduleSelector schedules
-
-
-
Class dev.vality.damsel.domain.Shop
class Shop extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
account
ShopAccount account
-
blocking
Blocking blocking
-
category
CategoryRef category
-
contract_id
String contract_id
-
created_at
String created_at
-
details
ShopDetails details
-
id
String id
-
location
ShopLocation location
-
suspension
Suspension suspension
-
turnover_limits
Set<TurnoverLimit> turnover_limits
-
-
-
Class dev.vality.damsel.domain.ShopAccount
class ShopAccount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
currency
CurrencyRef currency
-
guarantee
long guarantee
-
payout
long payout
-
settlement
long settlement
-
-
-
Class dev.vality.damsel.domain.ShopDetails
class ShopDetails extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.ShopLocation
class ShopLocation extends org.apache.thrift.TUnion<ShopLocation,ShopLocation._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.StringCondition
class StringCondition extends org.apache.thrift.TUnion<StringCondition,StringCondition._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.SubFailure
class SubFailure extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
code
String code
-
sub
SubFailure sub
-
-
-
Class dev.vality.damsel.domain.Suspended
class Suspended extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
since
String since
-
-
-
Class dev.vality.damsel.domain.Suspension
class Suspension extends org.apache.thrift.TUnion<Suspension,Suspension._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.SystemAccount
class SystemAccount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
settlement
long settlement
-
subagent
long subagent
-
-
-
Class dev.vality.damsel.domain.SystemAccountSet
class SystemAccountSet extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
accounts
Map<CurrencyRef,
SystemAccount> accounts -
description
String description
-
name
String name
-
-
-
Class dev.vality.damsel.domain.SystemAccountSetDecision
class SystemAccountSetDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
SystemAccountSetSelector then_
-
-
-
Class dev.vality.damsel.domain.SystemAccountSetObject
class SystemAccountSetObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
SystemAccountSet data
-
ref
SystemAccountSetRef ref
-
-
-
Class dev.vality.damsel.domain.SystemAccountSetRef
class SystemAccountSetRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.SystemAccountSetSelector
class SystemAccountSetSelector extends org.apache.thrift.TUnion<SystemAccountSetSelector,SystemAccountSetSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.SystemTransactionAccount
class SystemTransactionAccount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
type
SystemCashFlowAccount type
- See Also:
-
-
-
Class dev.vality.damsel.domain.TargetInvoicePaymentStatus
class TargetInvoicePaymentStatus extends org.apache.thrift.TUnion<TargetInvoicePaymentStatus,TargetInvoicePaymentStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.Terminal
class Terminal extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
description
String description
-
external_merchant_id
String external_merchant_id
-
external_terminal_id
String external_terminal_id
-
mcc
String mcc
-
name
String name
-
options
Map<String,
String> options -
provider_ref
ProviderRef provider_ref
-
risk_coverage
RiskScore risk_coverage
- See Also:
-
route_fd_overrides
RouteFaultDetectorOverrides route_fd_overrides
-
terms
ProvisionTermSet terms
-
-
-
Class dev.vality.damsel.domain.TerminalObject
class TerminalObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
Terminal data
-
ref
TerminalRef ref
-
-
-
Class dev.vality.damsel.domain.TerminalRef
class TerminalRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.TermSet
class TermSet extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payments
PaymentsServiceTerms payments
-
recurrent_paytools
RecurrentPaytoolsServiceTerms recurrent_paytools
-
reports
ReportsServiceTerms reports
-
wallets
WalletServiceTerms wallets
-
-
-
Class dev.vality.damsel.domain.TermSetHierarchy
class TermSetHierarchy extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
description
String description
-
name
String name
-
parent_terms
TermSetHierarchyRef parent_terms
-
term_sets
List<TimedTermSet> term_sets
-
-
-
Class dev.vality.damsel.domain.TermSetHierarchyObject
class TermSetHierarchyObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
TermSetHierarchy data
-
ref
TermSetHierarchyRef ref
-
-
-
Class dev.vality.damsel.domain.TermSetHierarchyRef
class TermSetHierarchyRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
int id
-
-
-
Class dev.vality.damsel.domain.TimedTermSet
class TimedTermSet extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
action_time
TimestampInterval action_time
-
terms
TermSet terms
-
-
-
Class dev.vality.damsel.domain.TimeSpanDecision
class TimeSpanDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
TimeSpanSelector then_
-
-
-
Class dev.vality.damsel.domain.TimeSpanSelector
class TimeSpanSelector extends org.apache.thrift.TUnion<TimeSpanSelector,TimeSpanSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.TradeBloc
class TradeBloc extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.TradeBlocObject
class TradeBlocObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
TradeBloc data
-
ref
TradeBlocRef ref
-
-
-
Class dev.vality.damsel.domain.TradeBlocRef
class TradeBlocRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.domain.TransactionAccount
class TransactionAccount extends org.apache.thrift.TUnion<TransactionAccount,TransactionAccount._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.TransactionInfo
class TransactionInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.TurnoverLimit
class TurnoverLimit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
domain_revision
long domain_revision
Версия конфигурации, объект которой нужно брать для расчета лимитов с таким идентификатором. Обязательна после процесса миграции на конфигурацию лимитов через доминанту. -
id
String id
-
upper_boundary
long upper_boundary
Допустимая верхняя граница. Лимит считается исчерпанным, если значение _строго больше_ верхней границы.
-
-
-
Class dev.vality.damsel.domain.TurnoverLimitDecision
class TurnoverLimitDecision extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
if_
Predicate if_
-
then_
TurnoverLimitSelector then_
-
-
-
Class dev.vality.damsel.domain.TurnoverLimitSelector
class TurnoverLimitSelector extends org.apache.thrift.TUnion<TurnoverLimitSelector,TurnoverLimitSelector._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain.Unblocked
class Unblocked extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain.VectorClock
class VectorClock extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
state
ByteBuffer state
-
-
-
Class dev.vality.damsel.domain.W2WServiceTerms
class W2WServiceTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
allow
Predicate allow
-
cash_flow
CashFlowSelector cash_flow
-
cash_limit
CashLimitSelector cash_limit
-
currencies
CurrencySelector currencies
-
fees
FeeSelector fees
-
-
-
Class dev.vality.damsel.domain.Wallet
class Wallet extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
account
WalletAccount account
-
blocking
Blocking blocking
-
contract
String contract
-
created_at
String created_at
-
id
String id
-
name
String name
-
suspension
Suspension suspension
-
-
-
Class dev.vality.damsel.domain.WalletAccount
class WalletAccount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
currency
CurrencyRef currency
-
payout
long payout
-
settlement
long settlement
-
-
-
Class dev.vality.damsel.domain.WalletInfo
class WalletInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
wallet_id
String wallet_id
-
-
-
Class dev.vality.damsel.domain.WalletProvisionTerms
class WalletProvisionTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
turnover_limit
TurnoverLimitSelector turnover_limit
-
withdrawals
WithdrawalProvisionTerms withdrawals
-
-
-
Class dev.vality.damsel.domain.WalletServiceTerms
class WalletServiceTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
currencies
CurrencySelector currencies
-
turnover_limit
TurnoverLimitSelector turnover_limit
-
w2w
W2WServiceTerms w2w
-
wallet_limit
CashLimitSelector wallet_limit
-
withdrawals
WithdrawalServiceTerms withdrawals
-
-
-
Class dev.vality.damsel.domain.WithdrawalProvisionTerms
class WithdrawalProvisionTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
allow
Predicate allow
-
cash_flow
CashFlowSelector cash_flow
-
cash_limit
CashLimitSelector cash_limit
-
currencies
CurrencySelector currencies
-
global_allow
Predicate global_allow
-
turnover_limit
TurnoverLimitSelector turnover_limit
-
-
-
Class dev.vality.damsel.domain.WithdrawalServiceTerms
class WithdrawalServiceTerms extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attempt_limit
AttemptLimitSelector attempt_limit
-
cash_flow
CashFlowSelector cash_flow
-
cash_limit
CashLimitSelector cash_limit
-
currencies
CurrencySelector currencies
-
methods
PaymentMethodSelector methods
-
-
-
-
Package dev.vality.damsel.domain_config
-
Class dev.vality.damsel.domain_config.Commit
class Commit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain_config.Conflict
class Conflict extends org.apache.thrift.TUnion<Conflict,Conflict._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain_config.Head
class Head extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain_config.InsertOp
class InsertOp extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
object
DomainObject object
-
-
-
Class dev.vality.damsel.domain_config.NonexistantObject
class NonexistantObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain_config.ObjectAlreadyExistsConflict
class ObjectAlreadyExistsConflict extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
object_ref
Reference object_ref
-
-
-
Exception dev.vality.damsel.domain_config.ObjectNotFound
class ObjectNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain_config.ObjectNotFoundConflict
class ObjectNotFoundConflict extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
object_ref
Reference object_ref
-
-
-
Class dev.vality.damsel.domain_config.ObjectReferenceCycle
class ObjectReferenceCycle extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain_config.ObjectReferenceMismatchConflict
class ObjectReferenceMismatchConflict extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
object_ref
Reference object_ref
-
-
-
Exception dev.vality.damsel.domain_config.ObsoleteCommitVersion
class ObsoleteCommitVersion extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain_config.Operation
class Operation extends org.apache.thrift.TUnion<Operation,Operation._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.domain_config.OperationConflict
class OperationConflict extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
conflict
Conflict conflict
-
-
-
Class dev.vality.damsel.domain_config.OperationError
class OperationError extends org.apache.thrift.TUnion<OperationError,OperationError._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.domain_config.OperationInvalid
class OperationInvalid extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
errors
List<OperationError> errors
-
-
-
Class dev.vality.damsel.domain_config.Reference
class Reference extends org.apache.thrift.TUnion<Reference,Reference._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.domain_config.RemoveOp
class RemoveOp extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
object
DomainObject object
-
-
-
Class dev.vality.damsel.domain_config.RepositoryClientSrv.checkoutObject_args
class checkoutObject_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.domain_config.RepositoryClientSrv.checkoutObject_result
class checkoutObject_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
VersionNotFound ex1
-
ex2
ObjectNotFound ex2
-
success
VersionedObject success
-
-
-
Class dev.vality.damsel.domain_config.RepositorySrv.Checkout_args
class Checkout_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reference
Reference reference
-
-
-
Class dev.vality.damsel.domain_config.RepositorySrv.Checkout_result
class Checkout_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
VersionNotFound ex1
-
success
Snapshot success
-
-
-
Class dev.vality.damsel.domain_config.RepositorySrv.Commit_args
class Commit_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
commit
Commit commit
-
version
long version
-
-
-
Class dev.vality.damsel.domain_config.RepositorySrv.Commit_result
class Commit_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
ex1
VersionNotFound ex1
-
ex2
OperationConflict ex2
-
ex3
ObsoleteCommitVersion ex3
-
ex4
OperationInvalid ex4
-
success
long success
-
-
-
Class dev.vality.damsel.domain_config.RepositorySrv.Pull_args
class Pull_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
version
long version
-
-
-
Class dev.vality.damsel.domain_config.RepositorySrv.Pull_result
class Pull_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
VersionNotFound ex1
-
success
Map<Long,
Commit> success
-
-
-
Class dev.vality.damsel.domain_config.RepositorySrv.PullRange_args
class PullRange_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
after
long after
-
limit
int limit
-
-
-
Class dev.vality.damsel.domain_config.RepositorySrv.PullRange_result
class PullRange_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
VersionNotFound ex1
-
success
Map<Long,
Commit> success
-
-
-
Class dev.vality.damsel.domain_config.Snapshot
class Snapshot extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
created_at
String created_at
-
domain
Map<Reference,
DomainObject> domain -
version
long version
-
-
-
Class dev.vality.damsel.domain_config.UpdateOp
class UpdateOp extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
new_object
DomainObject new_object
-
old_object
DomainObject old_object
-
-
-
Class dev.vality.damsel.domain_config.VersionedObject
class VersionedObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
contemporary_at
String contemporary_at
-
object
DomainObject object
-
version
long version
-
-
-
Exception dev.vality.damsel.domain_config.VersionNotFound
class VersionNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.damsel.identity_document_storage
-
Class dev.vality.damsel.identity_document_storage.IdentityDocument
class IdentityDocument extends org.apache.thrift.TUnion<IdentityDocument,IdentityDocument._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.identity_document_storage.IdentityDocumentNotFound
class IdentityDocumentNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.identity_document_storage.IdentityDocumentStorageSrv.Get_args
class Get_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
token
String token
-
-
-
Class dev.vality.damsel.identity_document_storage.IdentityDocumentStorageSrv.Get_result
class Get_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
not_found
IdentityDocumentNotFound not_found
-
success
IdentityDocument success
-
-
-
Class dev.vality.damsel.identity_document_storage.IdentityDocumentStorageSrv.Put_args
class Put_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
identity_document
IdentityDocument identity_document
-
-
-
Class dev.vality.damsel.identity_document_storage.IdentityDocumentStorageSrv.Put_result
class Put_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
success
String success
-
-
-
Class dev.vality.damsel.identity_document_storage.RussianDomesticPassport
class RussianDomesticPassport extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.identity_document_storage.RussianRetireeInsuranceCertificate
class RussianRetireeInsuranceCertificate extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
number
String number
-
-
-
-
Package dev.vality.damsel.json
-
Class dev.vality.damsel.json.Null
class Null extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.json.Value
class Value extends org.apache.thrift.TUnion<Value,Value._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.damsel.limiter.config
-
Class dev.vality.damsel.limiter.config.Addition
class Addition extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.CurrencyConversion
class CurrencyConversion extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.LimitConfig
class LimitConfig extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
context_type
LimitContextType context_type
-
created_at
String created_at
-
currency_conversion
CurrencyConversion currency_conversion
Convert operation's amount if its context currency differs from limit-turnover metric (see `LimitTurnoverAmount`). If undefined and currency codes do not match, then limiter throws `InvalidOperationCurrency` exception (see limiter-proto). -
description
String description
-
op_behaviour
OperationLimitBehaviour op_behaviour
-
processor_type
String processor_type
-
scopes
Set<LimitScopeType> scopes
-
shard_size
long shard_size
-
started_at
String started_at
-
time_range_type
TimeRangeType time_range_type
-
type
LimitType type
-
-
-
Class dev.vality.damsel.limiter.config.LimitContextType
class LimitContextType extends org.apache.thrift.TUnion<LimitContextType,LimitContextType._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.LimitContextTypePaymentProcessing
class LimitContextTypePaymentProcessing extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.LimitContextTypeWithdrawalProcessing
class LimitContextTypeWithdrawalProcessing extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.LimitScopeEmptyDetails
class LimitScopeEmptyDetails extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.LimitScopeType
class LimitScopeType extends org.apache.thrift.TUnion<LimitScopeType,LimitScopeType._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.LimitTurnoverAmount
class LimitTurnoverAmount extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
currency
String currency
-
-
-
Class dev.vality.damsel.limiter.config.LimitTurnoverMetric
class LimitTurnoverMetric extends org.apache.thrift.TUnion<LimitTurnoverMetric,LimitTurnoverMetric._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.LimitTurnoverNumber
class LimitTurnoverNumber extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.LimitType
class LimitType extends org.apache.thrift.TUnion<LimitType,LimitType._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.LimitTypeTurnover
class LimitTypeTurnover extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
metric
LimitTurnoverMetric metric
Metric to account turnover with. If undefined, equivalent to specifying `LimitTurnoverNumber`.
-
-
-
Class dev.vality.damsel.limiter.config.OperationBehaviour
class OperationBehaviour extends org.apache.thrift.TUnion<OperationBehaviour,OperationBehaviour._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.OperationLimitBehaviour
class OperationLimitBehaviour extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
invoice_payment_refund
OperationBehaviour invoice_payment_refund
-
-
-
Class dev.vality.damsel.limiter.config.Subtraction
class Subtraction extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.TimeRangeType
class TimeRangeType extends org.apache.thrift.TUnion<TimeRangeType,TimeRangeType._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.TimeRangeTypeCalendar
class TimeRangeTypeCalendar extends org.apache.thrift.TUnion<TimeRangeTypeCalendar,TimeRangeTypeCalendar._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.TimeRangeTypeCalendarDay
class TimeRangeTypeCalendarDay extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.TimeRangeTypeCalendarMonth
class TimeRangeTypeCalendarMonth extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.TimeRangeTypeCalendarWeek
class TimeRangeTypeCalendarWeek extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.TimeRangeTypeCalendarYear
class TimeRangeTypeCalendarYear extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.limiter.config.TimeRangeTypeInterval
class TimeRangeTypeInterval extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
amount
long amount
-
-
-
-
Package dev.vality.damsel.merch_stat
-
Exception dev.vality.damsel.merch_stat.BadToken
class BadToken extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
String reason
-
-
-
Class dev.vality.damsel.merch_stat.BankCard
class BankCard extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
bin
String bin
-
masked_pan
String masked_pan
-
payment_system
PaymentSystemRef payment_system
-
payment_token
BankCardTokenServiceRef payment_token
-
token
String token
-
-
-
Class dev.vality.damsel.merch_stat.CryptoCurrency
class CryptoCurrency extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
crypto_currency
CryptoCurrencyRef crypto_currency
-
-
-
Class dev.vality.damsel.merch_stat.CustomerPayer
class CustomerPayer extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
customer_id
String customer_id
-
email
String email
-
payment_tool
PaymentTool payment_tool
-
phone_number
String phone_number
-
-
-
Class dev.vality.damsel.merch_stat.DarkMessiahStatisticsSrv.GetByQuery_args
class GetByQuery_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
req
StatRequest req
-
-
-
Class dev.vality.damsel.merch_stat.DarkMessiahStatisticsSrv.GetByQuery_result
class GetByQuery_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidRequest ex1
-
ex3
BadToken ex3
-
success
StatResponse success
-
-
-
Class dev.vality.damsel.merch_stat.DigitalWallet
class DigitalWallet extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
payment_service
PaymentServiceRef payment_service
-
-
-
Class dev.vality.damsel.merch_stat.EnrichedStatInvoice
class EnrichedStatInvoice extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
invoice
StatInvoice invoice
-
payments
List<StatPayment> payments
-
refunds
List<StatRefund> refunds
-
-
-
Class dev.vality.damsel.merch_stat.InvoiceCancelled
class InvoiceCancelled extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.merch_stat.InvoiceFulfilled
class InvoiceFulfilled extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.merch_stat.InvoicePaid
class InvoicePaid extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
at
String at
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentCancelled
class InvoicePaymentCancelled extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
at
String at
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentCaptured
class InvoicePaymentCaptured extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
at
String at
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentChargedBack
class InvoicePaymentChargedBack extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
at
String at
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentFailed
class InvoicePaymentFailed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
at
String at
-
failure
OperationFailure failure
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentFlow
class InvoicePaymentFlow extends org.apache.thrift.TUnion<InvoicePaymentFlow,InvoicePaymentFlow._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentFlowHold
class InvoicePaymentFlowHold extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
held_until
String held_until
-
on_hold_expiration
OnHoldExpiration on_hold_expiration
- See Also:
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentFlowInstant
class InvoicePaymentFlowInstant extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentPending
class InvoicePaymentPending extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentProcessed
class InvoicePaymentProcessed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
at
String at
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentRefunded
class InvoicePaymentRefunded extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
at
String at
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentRefundFailed
class InvoicePaymentRefundFailed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
at
String at
-
failure
OperationFailure failure
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentRefundPending
class InvoicePaymentRefundPending extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentRefundStatus
class InvoicePaymentRefundStatus extends org.apache.thrift.TUnion<InvoicePaymentRefundStatus,InvoicePaymentRefundStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentRefundSucceeded
class InvoicePaymentRefundSucceeded extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
at
String at
-
-
-
Class dev.vality.damsel.merch_stat.InvoicePaymentStatus
class InvoicePaymentStatus extends org.apache.thrift.TUnion<InvoicePaymentStatus,InvoicePaymentStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.InvoiceStatus
class InvoiceStatus extends org.apache.thrift.TUnion<InvoiceStatus,InvoiceStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.InvoiceUnpaid
class InvoiceUnpaid extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.MerchantStatisticsSrv.GetChargebacks_args
class GetChargebacks_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
req
StatRequest req
-
-
-
Class dev.vality.damsel.merch_stat.MerchantStatisticsSrv.GetChargebacks_result
class GetChargebacks_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidRequest ex1
-
ex3
BadToken ex3
-
success
StatResponse success
-
-
-
Class dev.vality.damsel.merch_stat.MerchantStatisticsSrv.GetCustomers_args
class GetCustomers_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
req
StatRequest req
-
-
-
Class dev.vality.damsel.merch_stat.MerchantStatisticsSrv.GetCustomers_result
class GetCustomers_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidRequest ex1
-
ex3
BadToken ex3
-
success
StatResponse success
-
-
-
Class dev.vality.damsel.merch_stat.MerchantStatisticsSrv.GetInvoices_args
class GetInvoices_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
req
StatRequest req
-
-
-
Class dev.vality.damsel.merch_stat.MerchantStatisticsSrv.GetInvoices_result
class GetInvoices_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidRequest ex1
-
ex3
BadToken ex3
-
success
StatResponse success
-
-
-
Class dev.vality.damsel.merch_stat.MerchantStatisticsSrv.GetPayments_args
class GetPayments_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
req
StatRequest req
-
-
-
Class dev.vality.damsel.merch_stat.MerchantStatisticsSrv.GetPayments_result
class GetPayments_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidRequest ex1
-
ex3
BadToken ex3
-
success
StatResponse success
-
-
-
Class dev.vality.damsel.merch_stat.MerchantStatisticsSrv.GetPayouts_args
class GetPayouts_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
req
StatRequest req
-
-
-
Class dev.vality.damsel.merch_stat.MerchantStatisticsSrv.GetPayouts_result
class GetPayouts_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidRequest ex1
-
ex3
BadToken ex3
-
success
StatResponse success
-
-
-
Class dev.vality.damsel.merch_stat.MerchantStatisticsSrv.GetRefunds_args
class GetRefunds_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
req
StatRequest req
-
-
-
Class dev.vality.damsel.merch_stat.MerchantStatisticsSrv.GetRefunds_result
class GetRefunds_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidRequest ex1
-
ex3
BadToken ex3
-
success
StatResponse success
-
-
-
Class dev.vality.damsel.merch_stat.MerchantStatisticsSrv.GetStatistics_args
class GetStatistics_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
req
StatRequest req
-
-
-
Class dev.vality.damsel.merch_stat.MerchantStatisticsSrv.GetStatistics_result
class GetStatistics_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidRequest ex1
-
ex3
BadToken ex3
-
success
StatResponse success
-
-
-
Class dev.vality.damsel.merch_stat.MobileCommerce
class MobileCommerce extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
operator
MobileOperatorRef operator
-
phone
MobilePhone phone
-
-
-
Class dev.vality.damsel.merch_stat.MobilePhone
class MobilePhone extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.merch_stat.OperationFailure
class OperationFailure extends org.apache.thrift.TUnion<OperationFailure,OperationFailure._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.OperationTimeout
class OperationTimeout extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.Payer
class Payer extends org.apache.thrift.TUnion<Payer,Payer._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.PaymentResourcePayer
class PaymentResourcePayer extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.merch_stat.PaymentTerminal
class PaymentTerminal extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payment_service
PaymentServiceRef payment_service
-
-
-
Class dev.vality.damsel.merch_stat.PaymentTool
class PaymentTool extends org.apache.thrift.TUnion<PaymentTool,PaymentTool._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.PayoutCancelled
class PayoutCancelled extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
details
String details
-
-
-
Class dev.vality.damsel.merch_stat.PayoutConfirmed
class PayoutConfirmed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.PayoutPaid
class PayoutPaid extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.PayoutStatus
class PayoutStatus extends org.apache.thrift.TUnion<PayoutStatus,PayoutStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.PayoutUnpaid
class PayoutUnpaid extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.merch_stat.RecurrentParentPayment
class RecurrentParentPayment extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.merch_stat.RecurrentPayer
class RecurrentPayer extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
email
String email
-
payment_tool
PaymentTool payment_tool
-
phone_number
String phone_number
-
recurrent_parent
RecurrentParentPayment recurrent_parent
-
-
-
Class dev.vality.damsel.merch_stat.StatChargeback
class StatChargeback extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
amount
long amount
-
chargeback_id
String chargeback_id
-
chargeback_reason
InvoicePaymentChargebackReason chargeback_reason
-
chargeback_status
InvoicePaymentChargebackStatus chargeback_status
-
content
Content content
-
created_at
String created_at
-
currency_code
Currency currency_code
-
external_fee
long external_fee
-
external_id
String external_id
-
fee
long fee
-
invoice_id
String invoice_id
-
levy_amount
long levy_amount
-
levy_currency_code
Currency levy_currency_code
-
party_id
String party_id
-
payment_id
String payment_id
-
provider_fee
long provider_fee
-
shop_id
String shop_id
-
stage
InvoicePaymentChargebackStage stage
-
-
-
Class dev.vality.damsel.merch_stat.StatCustomer
class StatCustomer extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.merch_stat.StatInvoice
class StatInvoice extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
allocation
Allocation allocation
-
amount
long amount
-
cart
InvoiceCart cart
-
context
Content context
-
created_at
String created_at
-
currency_symbolic_code
String currency_symbolic_code
-
description
String description
-
due
String due
-
external_id
String external_id
-
id
String id
-
owner_id
String owner_id
-
product
String product
-
shop_id
String shop_id
-
status
InvoiceStatus status
-
-
-
Class dev.vality.damsel.merch_stat.StatPayment
class StatPayment extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
additional_transaction_info
AdditionalTransactionInfo additional_transaction_info
-
allocation
Allocation allocation
-
amount
long amount
-
cart
InvoiceCart cart
-
context
Content context
-
created_at
String created_at
-
currency_symbolic_code
String currency_symbolic_code
-
domain_revision
long domain_revision
-
external_id
String external_id
-
fee
long fee
-
flow
InvoicePaymentFlow flow
-
id
String id
-
invoice_id
String invoice_id
-
location_info
LocationInfo location_info
-
make_recurrent
boolean make_recurrent
-
owner_id
String owner_id
-
payer
Payer payer
-
provider_id
ProviderRef provider_id
-
shop_id
String shop_id
-
short_id
String short_id
-
status
InvoicePaymentStatus status
-
terminal_id
TerminalRef terminal_id
-
-
-
Class dev.vality.damsel.merch_stat.StatPayout
class StatPayout extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
amount
long amount
-
created_at
String created_at
-
currency_symbolic_code
String currency_symbolic_code
-
fee
long fee
-
id
String id
-
party_id
String party_id
-
payout_tool_info
PayoutToolInfo payout_tool_info
-
shop_id
String shop_id
-
status
PayoutStatus status
-
-
-
Class dev.vality.damsel.merch_stat.StatRefund
class StatRefund extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
allocation
Allocation allocation
-
amount
long amount
-
cart
InvoiceCart cart
-
created_at
String created_at
-
currency_symbolic_code
String currency_symbolic_code
-
external_id
String external_id
-
fee
long fee
-
id
String id
-
invoice_id
String invoice_id
-
owner_id
String owner_id
-
payment_id
String payment_id
-
reason
String reason
-
shop_id
String shop_id
-
status
InvoicePaymentRefundStatus status
-
-
-
Class dev.vality.damsel.merch_stat.StatRequest
class StatRequest extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.merch_stat.StatResponse
class StatResponse extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
continuation_token
String continuation_token
-
data
StatResponseData data
-
total_count
int total_count
-
-
-
Class dev.vality.damsel.merch_stat.StatResponseData
class StatResponseData extends org.apache.thrift.TUnion<StatResponseData,StatResponseData._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.damsel.message_sender
-
Exception dev.vality.damsel.message_sender.ExclusionNotFound
class ExclusionNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.message_sender.MailBody
class MailBody extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.message_sender.Message
class Message extends org.apache.thrift.TUnion<Message,Message._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.message_sender.MessageAttachment
class MessageAttachment extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
ByteBuffer data
-
mime_type
String mime_type
-
name
String name
-
-
-
Class dev.vality.damsel.message_sender.MessageExclusion
class MessageExclusion extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
name
String name
-
rule
MessageExclusionRule rule
-
-
-
Class dev.vality.damsel.message_sender.MessageExclusionObject
class MessageExclusionObject extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
exclusion
MessageExclusion exclusion
-
ref
MessageExclusionRef ref
-
-
-
Class dev.vality.damsel.message_sender.MessageExclusionRef
class MessageExclusionRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
long id
-
-
-
Class dev.vality.damsel.message_sender.MessageExclusionRule
class MessageExclusionRule extends org.apache.thrift.TUnion<MessageExclusionRule,MessageExclusionRule._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.message_sender.MessageMail
class MessageMail extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.message_sender.MessageSenderSrv.addExclusionRule_args
class addExclusionRule_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
rule
MessageExclusion rule
-
-
-
Class dev.vality.damsel.message_sender.MessageSenderSrv.addExclusionRule_result
class addExclusionRule_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
success
MessageExclusionObject success
-
-
-
Class dev.vality.damsel.message_sender.MessageSenderSrv.getExclusionRule_args
class getExclusionRule_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ref
MessageExclusionRef ref
-
-
-
Class dev.vality.damsel.message_sender.MessageSenderSrv.getExclusionRule_result
class getExclusionRule_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ExclusionNotFound ex1
-
success
MessageExclusionObject success
-
-
-
Class dev.vality.damsel.message_sender.MessageSenderSrv.getExclusionRules_args
class getExclusionRules_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
type
ExclusionType type
- See Also:
-
-
-
Class dev.vality.damsel.message_sender.MessageSenderSrv.getExclusionRules_result
class getExclusionRules_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
success
List<MessageExclusionObject> success
-
-
-
Class dev.vality.damsel.message_sender.MessageSenderSrv.removeExclusionRule_args
class removeExclusionRule_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ref
MessageExclusionRef ref
-
-
-
Class dev.vality.damsel.message_sender.MessageSenderSrv.removeExclusionRule_result
class removeExclusionRule_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ExclusionNotFound ex1
-
-
-
Class dev.vality.damsel.message_sender.MessageSenderSrv.send_args
class send_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
message
Message message
-
-
-
Class dev.vality.damsel.message_sender.MessageSenderSrv.send_result
class send_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidRequest ex1
-
-
-
Class dev.vality.damsel.message_sender.ShopExclusionRule
class ShopExclusionRule extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package dev.vality.damsel.msgpack
-
Class dev.vality.damsel.msgpack.Nil
class Nil extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.msgpack.Value
class Value extends org.apache.thrift.TUnion<Value,Value._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.damsel.papidmt
-
Class dev.vality.damsel.papidmt.HistoryWrapper
class HistoryWrapper extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package dev.vality.damsel.payment_processing
-
Exception dev.vality.damsel.payment_processing.AccountNotFound
class AccountNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.AccountState
class AccountState extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
account_id
long account_id
-
available_amount
long available_amount
-
currency
Currency currency
-
own_amount
long own_amount
-
-
-
Class dev.vality.damsel.payment_processing.AdditionalInfoEffect
class AdditionalInfoEffect extends org.apache.thrift.TUnion<AdditionalInfoEffect,AdditionalInfoEffect._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.AdditionalInfoEffectUnit
class AdditionalInfoEffectUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
effect
AdditionalInfoEffect effect
-
-
-
Class dev.vality.damsel.payment_processing.AdditionalInfoModificationUnit
class AdditionalInfoModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Exception dev.vality.damsel.payment_processing.AllocationExceededPaymentAmount
class AllocationExceededPaymentAmount extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.AllocationInvalidTransaction
class AllocationInvalidTransaction extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
String reason
-
transaction
FailedAllocationTransaction transaction
-
-
-
Exception dev.vality.damsel.payment_processing.AllocationNotAllowed
class AllocationNotAllowed extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.AllocationNotFound
class AllocationNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.AmountExceededCaptureBalance
class AmountExceededCaptureBalance extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
passed_amount
long passed_amount
-
payment_amount
long payment_amount
-
-
-
Exception dev.vality.damsel.payment_processing.BindingNotFound
class BindingNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.ChangesetConflict
class ChangesetConflict extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
conflicted_id
long conflicted_id
-
-
-
Class dev.vality.damsel.payment_processing.Claim
class Claim extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
caused_by
ClaimManagementClaimRef caused_by
-
changeset
List<PartyModification> changeset
-
created_at
String created_at
-
id
long id
-
revision
int revision
-
status
ClaimStatus status
-
updated_at
String updated_at
-
-
-
Class dev.vality.damsel.payment_processing.ClaimAccepted
class ClaimAccepted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
effects
List<ClaimEffect> effects
-
-
-
Class dev.vality.damsel.payment_processing.ClaimDenied
class ClaimDenied extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
String reason
-
-
-
Class dev.vality.damsel.payment_processing.ClaimEffect
class ClaimEffect extends org.apache.thrift.TUnion<ClaimEffect,ClaimEffect._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ClaimManagementClaimRef
class ClaimManagementClaimRef extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
long id
-
revision
int revision
-
-
-
Exception dev.vality.damsel.payment_processing.ClaimNotFound
class ClaimNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ClaimPending
class ClaimPending extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ClaimRevoked
class ClaimRevoked extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
String reason
-
-
-
Class dev.vality.damsel.payment_processing.ClaimStatus
class ClaimStatus extends org.apache.thrift.TUnion<ClaimStatus,ClaimStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ClaimStatusChanged
class ClaimStatusChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
changed_at
String changed_at
-
id
long id
-
revision
int revision
-
status
ClaimStatus status
-
-
-
Class dev.vality.damsel.payment_processing.ClaimUpdated
class ClaimUpdated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
changeset
List<PartyModification> changeset
-
id
long id
-
revision
int revision
-
updated_at
String updated_at
-
-
-
Class dev.vality.damsel.payment_processing.ComputeContractTermsVarset
class ComputeContractTermsVarset extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
amount
Cash amount
-
bin_data
BinData bin_data
-
currency
CurrencyRef currency
-
payment_tool
PaymentTool payment_tool
-
shop_id
String shop_id
-
wallet_id
String wallet_id
-
-
-
Class dev.vality.damsel.payment_processing.ComputeShopTermsVarset
class ComputeShopTermsVarset extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
amount
Cash amount
-
payment_tool
PaymentTool payment_tool
-
-
-
Class dev.vality.damsel.payment_processing.ContractAdjustmentModification
class ContractAdjustmentModification extends org.apache.thrift.TUnion<ContractAdjustmentModification,ContractAdjustmentModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ContractAdjustmentModificationUnit
class ContractAdjustmentModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
adjustment_id
String adjustment_id
-
modification
ContractAdjustmentModification modification
-
-
-
Class dev.vality.damsel.payment_processing.ContractAdjustmentParams
class ContractAdjustmentParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
template
ContractTemplateRef template
-
-
-
Class dev.vality.damsel.payment_processing.ContractEffect
class ContractEffect extends org.apache.thrift.TUnion<ContractEffect,ContractEffect._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ContractEffectUnit
class ContractEffectUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contract_id
String contract_id
-
effect
ContractEffect effect
-
-
-
Class dev.vality.damsel.payment_processing.ContractModification
class ContractModification extends org.apache.thrift.TUnion<ContractModification,ContractModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ContractModificationUnit
class ContractModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
modification
ContractModification modification
-
-
-
Exception dev.vality.damsel.payment_processing.ContractNotFound
class ContractNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ContractorEffect
class ContractorEffect extends org.apache.thrift.TUnion<ContractorEffect,ContractorEffect._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ContractorEffectUnit
class ContractorEffectUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
effect
ContractorEffect effect
-
id
String id
-
-
-
Class dev.vality.damsel.payment_processing.ContractorIdentityDocumentsChanged
class ContractorIdentityDocumentsChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
identity_documents
List<ByteBuffer> identity_documents
-
-
-
Class dev.vality.damsel.payment_processing.ContractorIdentityDocumentsModification
class ContractorIdentityDocumentsModification extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
identity_documents
List<ByteBuffer> identity_documents
-
-
-
Class dev.vality.damsel.payment_processing.ContractorModification
class ContractorModification extends org.apache.thrift.TUnion<ContractorModification,ContractorModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ContractorModificationUnit
class ContractorModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
modification
ContractorModification modification
-
-
-
Class dev.vality.damsel.payment_processing.ContractorNotExists
class ContractorNotExists extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.payment_processing.ContractParams
class ContractParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contractor
Contractor contractor
-
contractor_id
String contractor_id
-
payment_institution
PaymentInstitutionRef payment_institution
-
template
ContractTemplateRef template
-
-
-
Exception dev.vality.damsel.payment_processing.ContractTemplateNotFound
class ContractTemplateNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ContractTermination
class ContractTermination extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
String reason
-
-
-
Class dev.vality.damsel.payment_processing.ContractTermsViolated
class ContractTermsViolated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.Customer
class Customer extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
active_binding_id
String active_binding_id
-
bindings
List<CustomerBinding> bindings
-
contact_info
ContactInfo contact_info
-
created_at
String created_at
-
id
String id
-
metadata
Value metadata
-
owner_id
String owner_id
-
shop_id
String shop_id
-
status
CustomerStatus status
-
-
-
Class dev.vality.damsel.payment_processing.CustomerBinding
class CustomerBinding extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
domain_revision
long domain_revision
-
id
String id
-
party_revision
long party_revision
-
payment_resource
DisposablePaymentResource payment_resource
-
rec_payment_tool_id
String rec_payment_tool_id
-
status
CustomerBindingStatus status
-
-
-
Class dev.vality.damsel.payment_processing.CustomerBindingChanged
class CustomerBindingChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
payload
CustomerBindingChangePayload payload
-
-
-
Class dev.vality.damsel.payment_processing.CustomerBindingChangePayload
class CustomerBindingChangePayload extends org.apache.thrift.TUnion<CustomerBindingChangePayload,CustomerBindingChangePayload._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.CustomerBindingFailed
class CustomerBindingFailed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
failure
OperationFailure failure
-
-
-
Class dev.vality.damsel.payment_processing.CustomerBindingInteractionChanged
class CustomerBindingInteractionChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
interaction
UserInteraction interaction
-
status
Status status
Статус взаимодействия. Если не указан, статус считается по умолчанию _requested_.
-
-
-
Class dev.vality.damsel.payment_processing.CustomerBindingParams
class CustomerBindingParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
customer_binding_id
String customer_binding_id
-
payment_resource
DisposablePaymentResource payment_resource
-
rec_payment_tool_id
String rec_payment_tool_id
-
-
-
Class dev.vality.damsel.payment_processing.CustomerBindingPending
class CustomerBindingPending extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.CustomerBindingStarted
class CustomerBindingStarted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
binding
CustomerBinding binding
-
timestamp
String timestamp
-
-
-
Class dev.vality.damsel.payment_processing.CustomerBindingStatus
class CustomerBindingStatus extends org.apache.thrift.TUnion<CustomerBindingStatus,CustomerBindingStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.CustomerBindingStatusChanged
class CustomerBindingStatusChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
CustomerBindingStatus status
-
-
-
Class dev.vality.damsel.payment_processing.CustomerBindingSucceeded
class CustomerBindingSucceeded extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.CustomerChange
class CustomerChange extends org.apache.thrift.TUnion<CustomerChange,CustomerChange._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.CustomerCreated
class CustomerCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.CustomerDeleted
class CustomerDeleted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.CustomerManagementSrv.ComputeTerms_args
class ComputeTerms_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
customer_id
String customer_id
-
party_revision_param
PartyRevisionParam party_revision_param
-
-
-
Class dev.vality.damsel.payment_processing.CustomerManagementSrv.ComputeTerms_result
class ComputeTerms_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
CustomerNotFound ex2
-
success
TermSet success
-
-
-
Class dev.vality.damsel.payment_processing.CustomerManagementSrv.Create_args
class Create_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
params
CustomerParams params
-
-
-
Class dev.vality.damsel.payment_processing.CustomerManagementSrv.Create_result
class Create_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
invalid_party_status
InvalidPartyStatus invalid_party_status
-
invalid_shop_status
InvalidShopStatus invalid_shop_status
-
operation_not_permitted
OperationNotPermitted operation_not_permitted
-
party_not_found
PartyNotFound party_not_found
-
shop_not_found
ShopNotFound shop_not_found
-
success
Customer success
-
-
-
Class dev.vality.damsel.payment_processing.CustomerManagementSrv.Delete_args
class Delete_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.payment_processing.CustomerManagementSrv.Delete_result
class Delete_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
invalid_party_status
InvalidPartyStatus invalid_party_status
-
invalid_shop_status
InvalidShopStatus invalid_shop_status
-
not_found
CustomerNotFound not_found
-
-
-
Class dev.vality.damsel.payment_processing.CustomerManagementSrv.Get_args
class Get_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
range
EventRange range
-
-
-
Class dev.vality.damsel.payment_processing.CustomerManagementSrv.Get_result
class Get_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
not_found
CustomerNotFound not_found
-
success
Customer success
-
-
-
Class dev.vality.damsel.payment_processing.CustomerManagementSrv.GetActiveBinding_args
class GetActiveBinding_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
customer_id
String customer_id
-
-
-
Class dev.vality.damsel.payment_processing.CustomerManagementSrv.GetActiveBinding_result
class GetActiveBinding_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
customer_not_found
CustomerNotFound customer_not_found
-
invalid_customer_status
InvalidCustomerStatus invalid_customer_status
-
success
CustomerBinding success
-
-
-
Class dev.vality.damsel.payment_processing.CustomerManagementSrv.GetEvents_args
class GetEvents_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
customer_id
String customer_id
-
range
EventRange range
-
-
-
Class dev.vality.damsel.payment_processing.CustomerManagementSrv.GetEvents_result
class GetEvents_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
customer_not_found
CustomerNotFound customer_not_found
-
event_not_found
EventNotFound event_not_found
-
success
List<Event> success
-
-
-
Class dev.vality.damsel.payment_processing.CustomerManagementSrv.StartBinding_args
class StartBinding_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
customer_id
String customer_id
-
params
CustomerBindingParams params
-
-
-
Class dev.vality.damsel.payment_processing.CustomerManagementSrv.StartBinding_result
class StartBinding_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
customer_not_found
CustomerNotFound customer_not_found
-
invalid_contract_status
InvalidContractStatus invalid_contract_status
-
invalid_party_status
InvalidPartyStatus invalid_party_status
-
invalid_shop_status
InvalidShopStatus invalid_shop_status
-
operation_not_permitted
OperationNotPermitted operation_not_permitted
-
success
CustomerBinding success
-
-
-
Exception dev.vality.damsel.payment_processing.CustomerNotFound
class CustomerNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.CustomerParams
class CustomerParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contact_info
ContactInfo contact_info
-
customer_id
String customer_id
-
metadata
Value metadata
-
party_id
String party_id
-
shop_id
String shop_id
-
-
-
Class dev.vality.damsel.payment_processing.CustomerPayerParams
class CustomerPayerParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
customer_id
String customer_id
-
-
-
Class dev.vality.damsel.payment_processing.CustomerReady
class CustomerReady extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.CustomerStatus
class CustomerStatus extends org.apache.thrift.TUnion<CustomerStatus,CustomerStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.CustomerStatusChanged
class CustomerStatusChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
CustomerStatus status
-
-
-
Class dev.vality.damsel.payment_processing.CustomerUnready
class CustomerUnready extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.Event
class 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
Время создания события. -
id
long id
Идентификатор события. Монотонно возрастающее целочисленное значение, таким образом на множестве событий задаётся отношение полного порядка (total order). -
payload
EventPayload payload
Содержание события, состоящее из списка (возможно пустого) изменений состояния бизнес-объекта, источника события. -
sequence
int sequence
Идентификатор события в рамках одной машины. Монотонно возрастающее целочисленное значение. -
source
EventSource source
Идентификатор бизнес-объекта, источника события.
-
-
-
Exception dev.vality.damsel.payment_processing.EventNotFound
class EventNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.EventPayload
class EventPayload extends org.apache.thrift.TUnion<EventPayload,EventPayload._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.EventRange
class EventRange extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
after
long after
Идентификатор события, за которым должны следовать попадающие в выборку события. Если `after` не указано, в выборку попадут события с начала истории; если указано, например, `42`, то в выборку попадут события, случившиеся _после_ события `42`. -
limit
int limit
Максимальное количество событий в выборке. В выборку может попасть количество событий, _не больше_ указанного в `limit`. Если в выборку попало событий _меньше_, чем значение `limit`, был достигнут конец текущей истории. _Допустимые значения_: неотрицательные числа
-
-
-
Class dev.vality.damsel.payment_processing.EventSource
class EventSource extends org.apache.thrift.TUnion<EventSource,EventSource._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.FailedAllocationTransaction
class FailedAllocationTransaction extends org.apache.thrift.TUnion<FailedAllocationTransaction,FailedAllocationTransaction._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.GlobalsNotFound
class GlobalsNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.InconsistentCaptureCurrency
class InconsistentCaptureCurrency extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Exception dev.vality.damsel.payment_processing.InconsistentChargebackCurrency
class InconsistentChargebackCurrency extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
currency
String currency
-
-
-
Exception dev.vality.damsel.payment_processing.InconsistentRefundCurrency
class InconsistentRefundCurrency extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
currency
String currency
-
-
-
Exception dev.vality.damsel.payment_processing.InsufficientAccountBalance
class InsufficientAccountBalance extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidBinding
class InvalidBinding extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidChangeset
class InvalidChangeset extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
InvalidChangesetReason reason
-
-
-
Class dev.vality.damsel.payment_processing.InvalidChangesetReason
class InvalidChangesetReason extends org.apache.thrift.TUnion<InvalidChangesetReason,InvalidChangesetReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidClaimRevision
class InvalidClaimRevision extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidClaimStatus
class InvalidClaimStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
ClaimStatus status
-
-
-
Class dev.vality.damsel.payment_processing.InvalidContract
class InvalidContract extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
reason
InvalidContractReason reason
-
-
-
Class dev.vality.damsel.payment_processing.InvalidContractor
class InvalidContractor extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
reason
InvalidContractorReason reason
-
-
-
Class dev.vality.damsel.payment_processing.InvalidContractorReason
class InvalidContractorReason extends org.apache.thrift.TUnion<InvalidContractorReason,InvalidContractorReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvalidContractReason
class InvalidContractReason extends org.apache.thrift.TUnion<InvalidContractReason,InvalidContractReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidContractStatus
class InvalidContractStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
ContractStatus status
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidCustomerStatus
class InvalidCustomerStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
CustomerStatus status
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidInvoiceStatus
class InvalidInvoiceStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvoiceStatus status
-
-
-
Class dev.vality.damsel.payment_processing.InvalidObjectReference
class InvalidObjectReference extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ref
Reference ref
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidPartyRevision
class InvalidPartyRevision extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidPartyStatus
class InvalidPartyStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvalidStatus status
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidPaymentAdjustmentStatus
class InvalidPaymentAdjustmentStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvoicePaymentAdjustmentStatus status
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidPaymentMethod
class InvalidPaymentMethod extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidPaymentStatus
class InvalidPaymentStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvoicePaymentStatus status
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidPaymentTargetStatus
class InvalidPaymentTargetStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvoicePaymentStatus status
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidPaymentTool
class InvalidPaymentTool extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidRecurrentParentPayment
class InvalidRecurrentParentPayment extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
details
String details
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidRecurrentPaymentToolStatus
class InvalidRecurrentPaymentToolStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
RecurrentPaymentToolStatus status
-
-
-
Class dev.vality.damsel.payment_processing.InvalidShop
class InvalidShop extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
reason
InvalidShopReason reason
-
-
-
Class dev.vality.damsel.payment_processing.InvalidShopReason
class InvalidShopReason extends org.apache.thrift.TUnion<InvalidShopReason,InvalidShopReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidShopStatus
class InvalidShopStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvalidStatus status
-
-
-
Class dev.vality.damsel.payment_processing.InvalidStatus
class InvalidStatus extends org.apache.thrift.TUnion<InvalidStatus,InvalidStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvalidWallet
class InvalidWallet extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
reason
InvalidWalletReason reason
-
-
-
Class dev.vality.damsel.payment_processing.InvalidWalletReason
class InvalidWalletReason extends org.apache.thrift.TUnion<InvalidWalletReason,InvalidWalletReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.InvalidWalletStatus
class InvalidWalletStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvalidStatus status
-
-
-
Class dev.vality.damsel.payment_processing.Invoice
class Invoice extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
invoice
Invoice invoice
-
payments
List<InvoicePayment> payments
-
-
-
Exception dev.vality.damsel.payment_processing.InvoiceAlreadyHasStatus
class InvoiceAlreadyHasStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvoiceStatus status
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceChange
class InvoiceChange extends org.apache.thrift.TUnion<InvoiceChange,InvoiceChange._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceCreated
class InvoiceCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
invoice
Invoice invoice
Данные созданного инвойса.
-
-
-
Exception dev.vality.damsel.payment_processing.InvoiceNotFound
class InvoiceNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceParams
class InvoiceParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
allocation
AllocationPrototype allocation
-
client_info
InvoiceClientInfo client_info
-
context
Content context
-
cost
Cash cost
-
details
InvoiceDetails details
-
due
String due
-
external_id
String external_id
-
id
String id
-
mutations
List<InvoiceMutationParams> mutations
-
party_id
String party_id
-
shop_id
String shop_id
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePayment
class InvoicePayment extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
adjustments
List<InvoicePaymentAdjustment> adjustments
-
allocation
Allocation allocation
-
cash_flow
List<FinalCashFlowPosting> cash_flow
-
chargebacks
List<InvoicePaymentChargeback> chargebacks
-
last_transaction_info
TransactionInfo last_transaction_info
-
legacy_refunds
List<InvoicePaymentRefund> legacy_refunds
-
payment
InvoicePayment payment
-
refunds
List<InvoicePaymentRefund> refunds
-
route
PaymentRoute route
-
sessions
List<InvoicePaymentSession> sessions
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentChange
class InvoicePaymentAdjustmentChange extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
payload
InvoicePaymentAdjustmentChangePayload payload
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentChangePayload
class InvoicePaymentAdjustmentChangePayload extends org.apache.thrift.TUnion<InvoicePaymentAdjustmentChangePayload,InvoicePaymentAdjustmentChangePayload._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentCreated
class InvoicePaymentAdjustmentCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
adjustment
InvoicePaymentAdjustment adjustment
-
-
-
Exception dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentNotFound
class InvoicePaymentAdjustmentNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentParams
class InvoicePaymentAdjustmentParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
String reason
Причина, на основании которой создаётся поправка. -
scenario
InvoicePaymentAdjustmentScenario scenario
Сценарий создаваемой поправки.
-
-
-
Exception dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentPending
class InvoicePaymentAdjustmentPending extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentScenario
class InvoicePaymentAdjustmentScenario extends org.apache.thrift.TUnion<InvoicePaymentAdjustmentScenario,InvoicePaymentAdjustmentScenario._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentStatusChanged
class InvoicePaymentAdjustmentStatusChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvoicePaymentAdjustmentStatus status
-
-
-
Exception dev.vality.damsel.payment_processing.InvoicePaymentAlreadyHasStatus
class InvoicePaymentAlreadyHasStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvoicePaymentStatus status
-
-
-
Exception dev.vality.damsel.payment_processing.InvoicePaymentAmountExceeded
class InvoicePaymentAmountExceeded extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
maximum
Cash maximum
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentCaptureData
class InvoicePaymentCaptureData extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
allocation
Allocation allocation
-
cart
InvoiceCart cart
-
cash
Cash cash
-
reason
String reason
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentCaptureParams
class InvoicePaymentCaptureParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
allocation
AllocationPrototype allocation
-
cart
InvoiceCart cart
-
cash
Cash cash
Подтверждаемая сумма. Если сумма не указана, то считаем, что подтверждаем полную сумму платежа. -
reason
String reason
Причина совершения операции.
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentCaptureStarted
class InvoicePaymentCaptureStarted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
InvoicePaymentCaptureData data
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentCashChanged
class InvoicePaymentCashChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentCashFlowChanged
class InvoicePaymentCashFlowChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cash_flow
List<FinalCashFlowPosting> cash_flow
Данные финансового взаимодействия.
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChange
class InvoicePaymentChange extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
occurred_at
String occurred_at
-
payload
InvoicePaymentChangePayload payload
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChangePayload
class InvoicePaymentChangePayload extends org.apache.thrift.TUnion<InvoicePaymentChangePayload,InvoicePaymentChangePayload._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargeback
class InvoicePaymentChargeback extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cash_flow
List<FinalCashFlowPosting> cash_flow
-
chargeback
InvoicePaymentChargeback chargeback
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargebackAcceptParams
class InvoicePaymentChargebackAcceptParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargebackBodyChanged
class InvoicePaymentChargebackBodyChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
body
Cash body
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargebackCancelParams
class InvoicePaymentChargebackCancelParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
occurred_at
String occurred_at
Фактическое время отмены
-
-
-
Exception dev.vality.damsel.payment_processing.InvoicePaymentChargebackCannotReopenAfterArbitration
class InvoicePaymentChargebackCannotReopenAfterArbitration extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargebackCashFlowChanged
class InvoicePaymentChargebackCashFlowChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cash_flow
List<FinalCashFlowPosting> cash_flow
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargebackChange
class InvoicePaymentChargebackChange extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
occurred_at
String occurred_at
-
payload
InvoicePaymentChargebackChangePayload payload
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargebackChangePayload
class InvoicePaymentChargebackChangePayload extends org.apache.thrift.TUnion<InvoicePaymentChargebackChangePayload,InvoicePaymentChargebackChangePayload._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargebackCreated
class InvoicePaymentChargebackCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
chargeback
InvoicePaymentChargeback chargeback
-
-
-
Exception dev.vality.damsel.payment_processing.InvoicePaymentChargebackInvalidStage
class InvoicePaymentChargebackInvalidStage extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
stage
InvoicePaymentChargebackStage stage
-
-
-
Exception dev.vality.damsel.payment_processing.InvoicePaymentChargebackInvalidStatus
class InvoicePaymentChargebackInvalidStatus extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvoicePaymentChargebackStatus status
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargebackLevyChanged
class InvoicePaymentChargebackLevyChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
levy
Cash levy
-
-
-
Exception dev.vality.damsel.payment_processing.InvoicePaymentChargebackNotFound
class InvoicePaymentChargebackNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargebackParams
class InvoicePaymentChargebackParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
body
Cash body
Размер опротестования. Если не указан, то считаем, что это возврат на полную сумму платежа. Не может быть больше суммы платежа. -
context
Content context
Дополнительные метаданные по чарджбэку -
external_id
String external_id
Внешний идентификатор объекта -
id
String id
Идентификатор чарджбэка -
levy
Cash levy
Сумма списания: количество денежных средств, подлежащих удержанию со счёта продавца. -
occurred_at
String occurred_at
Фактическое время создания -
reason
InvoicePaymentChargebackReason reason
Код причины чарджбэка -
transaction_info
TransactionInfo transaction_info
Данные проведённой вручную транзакции
-
-
-
Exception dev.vality.damsel.payment_processing.InvoicePaymentChargebackPending
class InvoicePaymentChargebackPending extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargebackRejectParams
class InvoicePaymentChargebackRejectParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargebackReopenParams
class InvoicePaymentChargebackReopenParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
body
Cash body
Сумма возврата. Если сумма не указана, то текущая сумма не меняется -
levy
Cash levy
Сумма списания. -
move_to_stage
InvoicePaymentChargebackStage move_to_stage
Возможность переместить стадию -
occurred_at
String occurred_at
Фактическое время опротестования
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargebackStageChanged
class InvoicePaymentChargebackStageChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
stage
InvoicePaymentChargebackStage stage
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargebackStatusChanged
class InvoicePaymentChargebackStatusChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvoicePaymentChargebackStatus status
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentChargebackTargetStatusChanged
class InvoicePaymentChargebackTargetStatusChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvoicePaymentChargebackStatus status
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentClockUpdate
class InvoicePaymentClockUpdate extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
clock
AccounterClock clock
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentExplanation
class InvoicePaymentExplanation extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
explained_routes
List<InvoicePaymentRouteExplanation> explained_routes
-
used_varset
Varset used_varset
-
-
-
Exception dev.vality.damsel.payment_processing.InvoicePaymentNotFound
class InvoicePaymentNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentParams
class InvoicePaymentParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
context
Content context
-
external_id
String external_id
-
flow
InvoicePaymentParamsFlow flow
-
id
String id
-
make_recurrent
boolean make_recurrent
-
payer
PayerParams payer
-
payer_session_info
PayerSessionInfo payer_session_info
-
processing_deadline
String processing_deadline
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentParamsFlow
class InvoicePaymentParamsFlow extends org.apache.thrift.TUnion<InvoicePaymentParamsFlow,InvoicePaymentParamsFlow._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentParamsFlowHold
class InvoicePaymentParamsFlowHold extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
on_hold_expiration
OnHoldExpiration on_hold_expiration
- See Also:
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentParamsFlowInstant
class InvoicePaymentParamsFlowInstant extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.InvoicePaymentPending
class InvoicePaymentPending extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentRecTokenAcquired
class InvoicePaymentRecTokenAcquired extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
token
String token
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentRefund
class InvoicePaymentRefund extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cash_flow
List<FinalCashFlowPosting> cash_flow
-
refund
InvoicePaymentRefund refund
-
sessions
List<InvoiceRefundSession> sessions
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentRefundChange
class InvoicePaymentRefundChange extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
payload
InvoicePaymentRefundChangePayload payload
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentRefundChangePayload
class InvoicePaymentRefundChangePayload extends org.apache.thrift.TUnion<InvoicePaymentRefundChangePayload,InvoicePaymentRefundChangePayload._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentRefundCreated
class InvoicePaymentRefundCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cash_flow
List<FinalCashFlowPosting> cash_flow
-
refund
InvoicePaymentRefund refund
-
transaction_info
TransactionInfo transaction_info
Данные проведённой вручную транзакции. В случае присутствия при обработке возврата этап обращения к адаптеру будет пропущен, а эти данные будут использованы в качестве результата
-
-
-
Exception dev.vality.damsel.payment_processing.InvoicePaymentRefundNotFound
class InvoicePaymentRefundNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentRefundParams
class InvoicePaymentRefundParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
allocation
AllocationPrototype allocation
Распределение денежных средств возврата. Используется при частичном возврате, содержит транзакции, которые нужно вернуть. -
cart
InvoiceCart cart
Итоговая корзина товаров. Используется для частичного возврата, содержит позиции, которые остались после возврата. -
cash
Cash cash
Сумма возврата. Если сумма не указана, то считаем, что это возврат на полную сумму платежа. -
external_id
String external_id
Внешний идентификатор объекта -
id
String id
Идентификатор рефанда -
reason
String reason
Причина, на основании которой производится возврат. -
transaction_info
TransactionInfo transaction_info
Данные проведённой вручную транзакции
-
-
-
Exception dev.vality.damsel.payment_processing.InvoicePaymentRefundPending
class InvoicePaymentRefundPending extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentRefundRollbackStarted
class InvoicePaymentRefundRollbackStarted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
OperationFailure reason
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentRefundStatusChanged
class InvoicePaymentRefundStatusChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvoicePaymentRefundStatus status
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentRiskScoreChanged
class InvoicePaymentRiskScoreChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentRollbackStarted
class InvoicePaymentRollbackStarted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
OperationFailure reason
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentRouteChanged
class InvoicePaymentRouteChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
candidates
Set<PaymentRoute> candidates
-
limits
Map<PaymentRoute,
List<TurnoverLimitValue>> limits -
route
PaymentRoute route
Выбранный маршрут обработки платежа. -
scores
Map<PaymentRoute,
PaymentRouteScores> scores
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentRouteExplanation
class InvoicePaymentRouteExplanation extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
is_chosen
boolean is_chosen
-
limits
List<TurnoverLimitValue> limits
-
rejection_description
String rejection_description
-
route
PaymentRoute route
-
scores
PaymentRouteScores scores
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentSession
class InvoicePaymentSession extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
target_status
TargetInvoicePaymentStatus target_status
-
transaction_info
TransactionInfo transaction_info
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentSessionChange
class InvoicePaymentSessionChange extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payload
SessionChangePayload payload
-
target
TargetInvoicePaymentStatus target
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentShopLimitApplied
class InvoicePaymentShopLimitApplied extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentShopLimitInitiated
class InvoicePaymentShopLimitInitiated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentStarted
class InvoicePaymentStarted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cash_flow
List<FinalCashFlowPosting> cash_flow
Данные финансового взаимодействия. -
payment
InvoicePayment payment
Данные запущенного платежа. -
risk_score
RiskScore risk_score
Оценка риска платежа.- See Also:
-
route
PaymentRoute route
Выбранный маршрут обработки платежа.
-
-
-
Class dev.vality.damsel.payment_processing.InvoicePaymentStatusChanged
class InvoicePaymentStatusChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvoicePaymentStatus status
Статус платежа по инвойсу.
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceRefundSession
class InvoiceRefundSession extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
transaction_info
TransactionInfo transaction_info
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceRepairComplex
class InvoiceRepairComplex extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
scenarios
List<InvoiceRepairScenario> scenarios
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceRepairFailPreProcessing
class InvoiceRepairFailPreProcessing extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
failure
Failure failure
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceRepairFailSession
class InvoiceRepairFailSession extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
failure
Failure failure
-
trx
TransactionInfo trx
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceRepairFulfillSession
class InvoiceRepairFulfillSession extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
trx
TransactionInfo trx
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceRepairParams
class InvoiceRepairParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
validate_transitions
boolean validate_transitions
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceRepairScenario
class InvoiceRepairScenario extends org.apache.thrift.TUnion<InvoiceRepairScenario,InvoiceRepairScenario._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceRepairSkipInspector
class InvoiceRepairSkipInspector extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoiceStatusChanged
class InvoiceStatusChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
InvoiceStatus status
Новый статус инвойса.
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplateChange
class InvoiceTemplateChange extends org.apache.thrift.TUnion<InvoiceTemplateChange,InvoiceTemplateChange._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplateCreated
class InvoiceTemplateCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
invoice_template
InvoiceTemplate invoice_template
Данные созданного шаблона инвойса.
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplateCreateParams
class InvoiceTemplateCreateParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
context
Content context
-
description
String description
-
details
InvoiceTemplateDetails details
-
invoice_lifetime
LifetimeInterval invoice_lifetime
-
mutations
List<InvoiceMutationParams> mutations
-
name
String name
-
party_id
String party_id
-
product
String product
-
shop_id
String shop_id
-
template_id
String template_id
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplateDeleted
class InvoiceTemplateDeleted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.InvoiceTemplateNotFound
class InvoiceTemplateNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.InvoiceTemplateRemoved
class InvoiceTemplateRemoved extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplateUpdated
class InvoiceTemplateUpdated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
diff
InvoiceTemplateUpdateParams diff
Данные модифицированного шаблона инвойса.
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplateUpdateParams
class InvoiceTemplateUpdateParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
context
Content context
-
description
String description
-
details
InvoiceTemplateDetails details
-
invoice_lifetime
LifetimeInterval invoice_lifetime
-
mutations
List<InvoiceMutationParams> mutations
-
name
String name
-
product
String product
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplatingSrv.ComputeTerms_args
class ComputeTerms_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
party_revision_param
PartyRevisionParam party_revision_param
-
timestamp
String timestamp
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplatingSrv.ComputeTerms_result
class ComputeTerms_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceTemplateNotFound ex2
-
ex3
InvoiceTemplateRemoved ex3
-
ex4
PartyNotExistsYet ex4
-
success
TermSet success
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplatingSrv.Create_args
class Create_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
params
InvoiceTemplateCreateParams params
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplatingSrv.Create_result
class Create_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
InvalidPartyStatus ex3
-
ex4
ShopNotFound ex4
-
ex5
InvalidShopStatus ex5
-
ex6
InvalidRequest ex6
-
success
InvoiceTemplate success
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplatingSrv.Delete_args
class Delete_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplatingSrv.Delete_result
class Delete_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceTemplateNotFound ex2
-
ex3
InvoiceTemplateRemoved ex3
-
ex4
InvalidPartyStatus ex4
-
ex5
InvalidShopStatus ex5
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplatingSrv.Get_args
class Get_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplatingSrv.Get_result
class Get_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceTemplateNotFound ex2
-
ex3
InvoiceTemplateRemoved ex3
-
success
InvoiceTemplate success
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplatingSrv.Update_args
class Update_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
params
InvoiceTemplateUpdateParams params
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTemplatingSrv.Update_result
class Update_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceTemplateNotFound ex2
-
ex3
InvoiceTemplateRemoved ex3
-
ex4
InvalidPartyStatus ex4
-
ex5
InvalidShopStatus ex5
-
ex6
InvalidRequest ex6
-
success
InvoiceTemplate success
-
-
-
Exception dev.vality.damsel.payment_processing.InvoiceTermsViolated
class InvoiceTermsViolated extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
InvoiceTermsViolationReason reason
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceTermsViolationReason
class InvoiceTermsViolationReason extends org.apache.thrift.TUnion<InvoiceTermsViolationReason,InvoiceTermsViolationReason._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceUnallocatable
class InvoiceUnallocatable extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceUnpayable
class InvoiceUnpayable extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.InvoiceWithTemplateParams
class InvoiceWithTemplateParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.AcceptChargeback_args
class AcceptChargeback_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
chargeback_id
String chargeback_id
-
id
String id
-
params
InvoicePaymentChargebackAcceptParams params
-
payment_id
String payment_id
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.AcceptChargeback_result
class AcceptChargeback_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex11
InvoicePaymentChargebackInvalidStatus ex11
-
ex12
InvalidContractStatus ex12
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvoicePaymentChargebackNotFound ex4
-
ex6
OperationNotPermitted ex6
-
ex8
InvoicePaymentAmountExceeded ex8
-
ex9
InconsistentChargebackCurrency ex9
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CancelChargeback_args
class CancelChargeback_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
chargeback_id
String chargeback_id
-
id
String id
-
params
InvoicePaymentChargebackCancelParams params
-
payment_id
String payment_id
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CancelChargeback_result
class CancelChargeback_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex11
InvoicePaymentChargebackInvalidStatus ex11
-
ex15
InvoicePaymentChargebackInvalidStage ex15
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvoicePaymentChargebackNotFound ex4
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CancelPayment_args
class CancelPayment_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CancelPayment_result
class CancelPayment_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvalidPaymentStatus ex4
-
ex5
InvalidRequest ex5
-
ex6
OperationNotPermitted ex6
-
ex7
InvalidPartyStatus ex7
-
ex8
InvalidShopStatus ex8
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CancelPaymentAdjustment_args
class CancelPaymentAdjustment_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CancelPaymentAdjustment_result
class CancelPaymentAdjustment_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvoicePaymentAdjustmentNotFound ex4
-
ex5
InvalidPaymentAdjustmentStatus ex5
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CapturePayment_args
class CapturePayment_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
params
InvoicePaymentCaptureParams params
-
payment_id
String payment_id
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CapturePayment_result
class CapturePayment_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex10
AmountExceededCaptureBalance ex10
-
ex11
AllocationNotAllowed ex11
-
ex12
AllocationExceededPaymentAmount ex12
-
ex13
AllocationInvalidTransaction ex13
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvalidPaymentStatus ex4
-
ex5
InvalidRequest ex5
-
ex6
OperationNotPermitted ex6
-
ex7
InvalidPartyStatus ex7
-
ex8
InvalidShopStatus ex8
-
ex9
InconsistentCaptureCurrency ex9
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CapturePaymentAdjustment_args
class CapturePaymentAdjustment_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CapturePaymentAdjustment_result
class CapturePaymentAdjustment_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvoicePaymentAdjustmentNotFound ex4
-
ex5
InvalidPaymentAdjustmentStatus ex5
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CapturePaymentNew_args
class CapturePaymentNew_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
params
InvoicePaymentCaptureParams params
-
payment_id
String payment_id
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CapturePaymentNew_result
class CapturePaymentNew_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex10
AmountExceededCaptureBalance ex10
-
ex11
AllocationNotAllowed ex11
-
ex12
AllocationExceededPaymentAmount ex12
-
ex13
AllocationInvalidTransaction ex13
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvalidPaymentStatus ex4
-
ex5
InvalidRequest ex5
-
ex6
OperationNotPermitted ex6
-
ex7
InvalidPartyStatus ex7
-
ex8
InvalidShopStatus ex8
-
ex9
InconsistentCaptureCurrency ex9
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.ComputeTerms_args
class ComputeTerms_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
party_revision_param
PartyRevisionParam party_revision_param
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.ComputeTerms_result
class ComputeTerms_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
success
TermSet success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.Create_args
class Create_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
params
InvoiceParams params
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.Create_result
class Create_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex10
AllocationExceededPaymentAmount ex10
-
ex11
AllocationInvalidTransaction ex11
-
ex2
InvalidRequest ex2
-
ex3
PartyNotFound ex3
-
ex4
ShopNotFound ex4
-
ex5
InvalidPartyStatus ex5
-
ex6
InvalidShopStatus ex6
-
ex7
InvalidContractStatus ex7
-
ex8
InvoiceTermsViolated ex8
-
ex9
AllocationNotAllowed ex9
-
success
Invoice success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CreateChargeback_args
class CreateChargeback_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
params
InvoicePaymentChargebackParams params
-
payment_id
String payment_id
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CreateChargeback_result
class CreateChargeback_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex11
InvoicePaymentChargebackInvalidStatus ex11
-
ex12
InvalidContractStatus ex12
-
ex14
InvoicePaymentChargebackPending ex14
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvalidPaymentStatus ex4
-
ex6
OperationNotPermitted ex6
-
ex7
InsufficientAccountBalance ex7
-
ex8
InvoicePaymentAmountExceeded ex8
-
ex9
InconsistentChargebackCurrency ex9
-
success
InvoicePaymentChargeback success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CreateManualRefund_args
class CreateManualRefund_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
params
InvoicePaymentRefundParams params
-
payment_id
String payment_id
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CreateManualRefund_result
class CreateManualRefund_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex10
InvalidPartyStatus ex10
-
ex11
InvalidShopStatus ex11
-
ex12
InvalidContractStatus ex12
-
ex13
InvalidRequest ex13
-
ex14
InvoicePaymentChargebackPending ex14
-
ex15
AllocationNotAllowed ex15
-
ex16
AllocationExceededPaymentAmount ex16
-
ex17
AllocationInvalidTransaction ex17
-
ex18
AllocationNotFound ex18
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvalidPaymentStatus ex4
-
ex6
OperationNotPermitted ex6
-
ex7
InsufficientAccountBalance ex7
-
ex8
InvoicePaymentAmountExceeded ex8
-
ex9
InconsistentRefundCurrency ex9
-
success
InvoicePaymentRefund success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CreatePaymentAdjustment_args
class CreatePaymentAdjustment_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
params
InvoicePaymentAdjustmentParams params
-
payment_id
String payment_id
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CreatePaymentAdjustment_result
class CreatePaymentAdjustment_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvalidPaymentStatus ex4
-
ex5
InvoicePaymentAdjustmentPending ex5
-
ex6
InvalidPaymentTargetStatus ex6
-
ex7
InvoicePaymentAlreadyHasStatus ex7
-
ex8
InvalidRequest ex8
-
success
InvoicePaymentAdjustment success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CreateWithTemplate_args
class CreateWithTemplate_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
params
InvoiceWithTemplateParams params
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.CreateWithTemplate_result
class CreateWithTemplate_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvalidRequest ex2
-
ex3
InvalidPartyStatus ex3
-
ex4
InvalidShopStatus ex4
-
ex5
InvalidContractStatus ex5
-
ex6
InvoiceTemplateNotFound ex6
-
ex7
InvoiceTemplateRemoved ex7
-
ex8
InvoiceTermsViolated ex8
-
success
Invoice success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.ExplainRoute_args
class ExplainRoute_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.ExplainRoute_result
class ExplainRoute_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvoiceNotFound ex1
-
ex2
InvoicePaymentNotFound ex2
-
ex3
RouteNotChosen ex3
-
success
InvoicePaymentExplanation success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.Fulfill_args
class Fulfill_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.Fulfill_result
class Fulfill_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
ex3
InvalidInvoiceStatus ex3
-
ex4
InvalidPartyStatus ex4
-
ex5
InvalidShopStatus ex5
-
ex6
InvalidContractStatus ex6
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.Get_args
class Get_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
range
EventRange range
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.Get_result
class Get_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
success
Invoice success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.GetEvents_args
class GetEvents_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
range
EventRange range
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.GetEvents_result
class GetEvents_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
ex3
EventNotFound ex3
-
ex4
InvalidRequest ex4
-
success
List<Event> success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.GetPayment_args
class GetPayment_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.GetPayment_result
class GetPayment_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
success
InvoicePayment success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.GetPaymentAdjustment_args
class GetPaymentAdjustment_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.GetPaymentAdjustment_result
class GetPaymentAdjustment_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvoicePaymentAdjustmentNotFound ex4
-
success
InvoicePaymentAdjustment success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.GetPaymentChargeback_args
class GetPaymentChargeback_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.GetPaymentChargeback_result
class GetPaymentChargeback_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvoicePaymentChargebackNotFound ex4
-
success
InvoicePaymentChargeback success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.GetPaymentRefund_args
class GetPaymentRefund_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.GetPaymentRefund_result
class GetPaymentRefund_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvoicePaymentRefundNotFound ex4
-
success
InvoicePaymentRefund success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.GetPaymentRoutesLimitValues_args
class GetPaymentRoutesLimitValues_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.GetPaymentRoutesLimitValues_result
class GetPaymentRoutesLimitValues_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvoiceNotFound ex1
-
ex2
InvoicePaymentNotFound ex2
-
ex3
InvalidRequest ex3
-
success
Map<PaymentRoute,
List<TurnoverLimitValue>> success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.RefundPayment_args
class RefundPayment_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
params
InvoicePaymentRefundParams params
-
payment_id
String payment_id
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.RefundPayment_result
class RefundPayment_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex10
InconsistentRefundCurrency ex10
-
ex11
InvalidPartyStatus ex11
-
ex12
InvalidShopStatus ex12
-
ex13
InvalidContractStatus ex13
-
ex14
InvoicePaymentChargebackPending ex14
-
ex15
AllocationNotAllowed ex15
-
ex16
AllocationExceededPaymentAmount ex16
-
ex17
AllocationInvalidTransaction ex17
-
ex18
AllocationNotFound ex18
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvalidPaymentStatus ex4
-
ex6
OperationNotPermitted ex6
-
ex7
InsufficientAccountBalance ex7
-
ex8
InvalidRequest ex8
-
ex9
InvoicePaymentAmountExceeded ex9
-
success
InvoicePaymentRefund success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.RegisterPayment_args
class RegisterPayment_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
params
RegisterInvoicePaymentParams params
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.RegisterPayment_result
class RegisterPayment_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvoiceNotFound ex1
-
ex2
InvalidInvoiceStatus ex2
-
ex3
InvalidRequest ex3
-
ex4
InvalidPartyStatus ex4
-
ex5
InvalidShopStatus ex5
-
ex6
InvalidContractStatus ex6
-
ex9
InvalidRecurrentParentPayment ex9
-
success
InvoicePayment success
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.RejectChargeback_args
class RejectChargeback_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
chargeback_id
String chargeback_id
-
id
String id
-
params
InvoicePaymentChargebackRejectParams params
-
payment_id
String payment_id
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.RejectChargeback_result
class RejectChargeback_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex11
InvoicePaymentChargebackInvalidStatus ex11
-
ex12
InvalidContractStatus ex12
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvoicePaymentChargebackNotFound ex4
-
ex6
OperationNotPermitted ex6
-
ex9
InconsistentChargebackCurrency ex9
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.ReopenChargeback_args
class ReopenChargeback_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
chargeback_id
String chargeback_id
-
id
String id
-
params
InvoicePaymentChargebackReopenParams params
-
payment_id
String payment_id
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.ReopenChargeback_result
class ReopenChargeback_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex11
InvoicePaymentChargebackInvalidStatus ex11
-
ex12
InvalidContractStatus ex12
-
ex13
InvoicePaymentChargebackCannotReopenAfterArbitration ex13
-
ex14
InvoicePaymentChargebackInvalidStage ex14
-
ex2
InvoiceNotFound ex2
-
ex3
InvoicePaymentNotFound ex3
-
ex4
InvoicePaymentChargebackNotFound ex4
-
ex6
OperationNotPermitted ex6
-
ex8
InvoicePaymentAmountExceeded ex8
-
ex9
InconsistentChargebackCurrency ex9
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.Repair_args
class Repair_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
action
ComplexAction action
-
changes
List<InvoiceChange> changes
-
id
String id
-
params
InvoiceRepairParams params
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.Repair_result
class Repair_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
ex3
InvalidRequest ex3
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.RepairWithScenario_args
class RepairWithScenario_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
Scenario
InvoiceRepairScenario Scenario
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.RepairWithScenario_result
class RepairWithScenario_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
ex3
InvalidRequest ex3
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.Rescind_args
class Rescind_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.Rescind_result
class Rescind_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
InvoiceNotFound ex2
-
ex3
InvalidInvoiceStatus ex3
-
ex4
InvoicePaymentPending ex4
-
ex5
InvalidPartyStatus ex5
-
ex6
InvalidShopStatus ex6
-
ex7
InvalidContractStatus ex7
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.StartPayment_args
class StartPayment_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
params
InvoicePaymentParams params
-
-
-
Class dev.vality.damsel.payment_processing.InvoicingSrv.StartPayment_result
class StartPayment_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex10
OperationNotPermitted ex10
-
ex2
InvoiceNotFound ex2
-
ex3
InvalidInvoiceStatus ex3
-
ex4
InvoicePaymentPending ex4
-
ex5
InvalidRequest ex5
-
ex6
InvalidPartyStatus ex6
-
ex7
InvalidShopStatus ex7
-
ex8
InvalidContractStatus ex8
-
ex9
InvalidRecurrentParentPayment ex9
-
success
InvoicePayment success
-
-
-
Exception dev.vality.damsel.payment_processing.OperationNotPermitted
class OperationNotPermitted extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.PartyChange
class PartyChange extends org.apache.thrift.TUnion<PartyChange,PartyChange._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.PartyCreated
class PartyCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
comment
String comment
-
contact_info
PartyContactInfo contact_info
-
created_at
String created_at
-
id
String id
-
party_name
String party_name
-
-
-
Class dev.vality.damsel.payment_processing.PartyEventData
class PartyEventData extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
changes
List<PartyChange> changes
-
state_snapshot
Value state_snapshot
-
-
-
Exception dev.vality.damsel.payment_processing.PartyExists
class PartyExists extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.AcceptClaim_args
class AcceptClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
long id
-
party_id
String party_id
-
revision
int revision
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.AcceptClaim_result
class AcceptClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
ClaimNotFound ex3
-
ex4
InvalidClaimStatus ex4
-
ex5
InvalidClaimRevision ex5
-
ex6
InvalidChangeset ex6
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.Activate_args
class Activate_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.Activate_result
class Activate_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
InvalidPartyStatus ex3
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ActivateShop_args
class ActivateShop_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ActivateShop_result
class ActivateShop_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
ShopNotFound ex3
-
ex4
InvalidShopStatus ex4
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.Block_args
class Block_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.Block_result
class Block_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
InvalidPartyStatus ex3
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.BlockShop_args
class BlockShop_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.BlockShop_result
class BlockShop_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
ShopNotFound ex3
-
ex4
InvalidShopStatus ex4
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.Checkout_args
class Checkout_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
party_id
String party_id
-
revision
PartyRevisionParam revision
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.Checkout_result
class Checkout_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
InvalidPartyRevision ex3
-
success
Party success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputeContractTerms_args
class ComputeContractTerms_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
contract_id
String contract_id
-
domain_revision
long domain_revision
-
party_id
String party_id
-
party_revision
PartyRevisionParam party_revision
-
timestamp
String timestamp
-
varset
ComputeContractTermsVarset varset
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputeContractTerms_result
class ComputeContractTerms_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
PartyNotExistsYet ex3
-
ex4
ContractNotFound ex4
-
success
TermSet success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputeGlobals_args
class ComputeGlobals_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
domain_revision
long domain_revision
-
varset
Varset varset
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputeGlobals_result
class ComputeGlobals_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
GlobalsNotFound ex2
-
success
Globals success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputePaymentInstitution_args
class ComputePaymentInstitution_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
domain_revision
long domain_revision
-
ref
PaymentInstitutionRef ref
-
varset
Varset varset
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputePaymentInstitution_result
class ComputePaymentInstitution_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
PaymentInstitutionNotFound ex3
-
success
PaymentInstitution success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputePaymentInstitutionTerms_args
class ComputePaymentInstitutionTerms_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ref
PaymentInstitutionRef ref
-
varset
Varset varset
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputePaymentInstitutionTerms_result
class ComputePaymentInstitutionTerms_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
PaymentInstitutionNotFound ex3
-
success
TermSet success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputeProvider_args
class ComputeProvider_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
domain_revision
long domain_revision
-
provider_ref
ProviderRef provider_ref
-
varset
Varset varset
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputeProvider_result
class ComputeProvider_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
ProviderNotFound ex2
-
success
Provider success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputeProviderTerminal_args
class ComputeProviderTerminal_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
domain_revision
long domain_revision
-
terminal_ref
TerminalRef terminal_ref
-
varset
Varset varset
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputeProviderTerminal_result
class ComputeProviderTerminal_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
TerminalNotFound ex2
-
success
ProviderTerminal success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputeProviderTerminalTerms_args
class ComputeProviderTerminalTerms_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
domain_revision
long domain_revision
-
provider_ref
ProviderRef provider_ref
-
terminal_ref
TerminalRef terminal_ref
-
varset
Varset varset
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputeProviderTerminalTerms_result
class ComputeProviderTerminalTerms_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
ProviderNotFound ex2
-
ex3
TerminalNotFound ex3
-
ex4
ProvisionTermSetUndefined ex4
-
success
ProvisionTermSet success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputeRoutingRuleset_args
class ComputeRoutingRuleset_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
domain_revision
long domain_revision
-
ruleset_ref
RoutingRulesetRef ruleset_ref
-
varset
Varset varset
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputeRoutingRuleset_result
class ComputeRoutingRuleset_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
RuleSetNotFound ex2
-
success
RoutingRuleset success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputeShopTerms_args
class ComputeShopTerms_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
party_id
String party_id
-
party_revision
PartyRevisionParam party_revision
-
timestamp
String timestamp
-
varset
ComputeShopTermsVarset varset
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.ComputeShopTerms_result
class ComputeShopTerms_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
PartyNotExistsYet ex3
-
ex4
ShopNotFound ex4
-
success
TermSet success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.Create_args
class Create_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
params
PartyParams params
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.Create_result
class Create_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyExists ex2
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.CreateClaim_args
class CreateClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
changeset
List<PartyModification> changeset
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.CreateClaim_result
class CreateClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
InvalidPartyStatus ex3
-
ex4
ChangesetConflict ex4
-
ex5
InvalidChangeset ex5
-
ex6
InvalidRequest ex6
-
success
Claim success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.DenyClaim_args
class DenyClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.DenyClaim_result
class DenyClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
ClaimNotFound ex3
-
ex4
InvalidClaimStatus ex4
-
ex5
InvalidClaimRevision ex5
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.Get_args
class Get_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.Get_result
class Get_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
success
Party success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetAccountState_args
class GetAccountState_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
account_id
long account_id
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetAccountState_result
class GetAccountState_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
AccountNotFound ex3
-
success
AccountState success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetClaim_args
class GetClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
id
long id
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetClaim_result
class GetClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
ClaimNotFound ex3
-
success
Claim success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetClaims_args
class GetClaims_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetClaims_result
class GetClaims_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
success
List<Claim> success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetContract_args
class GetContract_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetContract_result
class GetContract_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
ContractNotFound ex3
-
success
Contract success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetEvents_args
class GetEvents_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
party_id
String party_id
-
range
EventRange range
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetEvents_result
class GetEvents_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
EventNotFound ex3
-
ex4
InvalidRequest ex4
-
success
List<Event> success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetMeta_args
class GetMeta_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetMeta_result
class GetMeta_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
success
Map<String,
Value> success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetMetaData_args
class GetMetaData_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetMetaData_result
class GetMetaData_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
PartyMetaNamespaceNotFound ex3
-
success
Value success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetRevision_args
class GetRevision_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetRevision_result
class GetRevision_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
ex2
PartyNotFound ex2
-
success
long success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetShop_args
class GetShop_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetShop_result
class GetShop_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
ShopNotFound ex3
-
success
Shop success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetShopAccount_args
class GetShopAccount_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetShopAccount_result
class GetShopAccount_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
ShopNotFound ex3
-
ex4
ShopAccountNotFound ex4
-
success
ShopAccount success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetShopContract_args
class GetShopContract_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetShopContract_result
class GetShopContract_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
ShopNotFound ex3
-
ex4
ContractNotFound ex4
-
success
ShopContract success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetStatus_args
class GetStatus_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.GetStatus_result
class GetStatus_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
success
PartyStatus success
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.RemoveMetaData_args
class RemoveMetaData_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.RemoveMetaData_result
class RemoveMetaData_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
PartyMetaNamespaceNotFound ex3
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.RevokeClaim_args
class RevokeClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.RevokeClaim_result
class RevokeClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
InvalidPartyStatus ex3
-
ex4
ClaimNotFound ex4
-
ex5
InvalidClaimStatus ex5
-
ex6
InvalidClaimRevision ex6
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.SetMetaData_args
class SetMetaData_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.SetMetaData_result
class SetMetaData_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.Suspend_args
class Suspend_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.Suspend_result
class Suspend_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
InvalidPartyStatus ex3
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.SuspendShop_args
class SuspendShop_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.SuspendShop_result
class SuspendShop_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
ShopNotFound ex3
-
ex4
InvalidShopStatus ex4
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.Unblock_args
class Unblock_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.Unblock_result
class Unblock_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
InvalidPartyStatus ex3
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.UnblockShop_args
class UnblockShop_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.UnblockShop_result
class UnblockShop_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
ShopNotFound ex3
-
ex4
InvalidShopStatus ex4
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.UpdateClaim_args
class UpdateClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
changeset
List<PartyModification> changeset
-
id
long id
-
party_id
String party_id
-
revision
int revision
-
-
-
Class dev.vality.damsel.payment_processing.PartyManagementSrv.UpdateClaim_result
class UpdateClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex2
PartyNotFound ex2
-
ex3
InvalidPartyStatus ex3
-
ex4
ClaimNotFound ex4
-
ex5
InvalidClaimStatus ex5
-
ex6
InvalidClaimRevision ex6
-
ex7
ChangesetConflict ex7
-
ex8
InvalidChangeset ex8
-
ex9
InvalidRequest ex9
-
-
-
Exception dev.vality.damsel.payment_processing.PartyMetaNamespaceNotFound
class PartyMetaNamespaceNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.PartyMetaSet
class PartyMetaSet extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.PartyModification
class PartyModification extends org.apache.thrift.TUnion<PartyModification,PartyModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.PartyNotExistsYet
class PartyNotExistsYet extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.PartyNotFound
class PartyNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.PartyParams
class PartyParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contact_info
PartyContactInfo contact_info
-
-
-
Class dev.vality.damsel.payment_processing.PartyRevisionChanged
class PartyRevisionChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
revision
long revision
-
timestamp
String timestamp
-
-
-
Class dev.vality.damsel.payment_processing.PartyRevisionParam
class PartyRevisionParam extends org.apache.thrift.TUnion<PartyRevisionParam,PartyRevisionParam._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.PayerParams
class PayerParams extends org.apache.thrift.TUnion<PayerParams,PayerParams._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.PaymentInstitutionNotFound
class PaymentInstitutionNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.PaymentResourcePayerParams
class PaymentResourcePayerParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contact_info
ContactInfo contact_info
-
resource
DisposablePaymentResource resource
-
-
-
Class dev.vality.damsel.payment_processing.ProviderDetails
class ProviderDetails extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
description
String description
-
name
String name
-
ref
ProviderRef ref
-
-
-
Exception dev.vality.damsel.payment_processing.ProviderNotFound
class ProviderNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ProviderTerminal
class ProviderTerminal extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
description
String description
-
name
String name
-
provider
ProviderDetails provider
Данные провайдера, который предоставляет данный терминал. -
proxy
ProxyDefinition proxy
Данные для обращения к адаптеру по данному терминалу. Взаимодействие с провайдером нужно производить, обращаясь к адаптеру по указанному `url`, передавая указанные `options` в рамках соответсвующего протокола. -
ref
TerminalRef ref
-
terms
ProvisionTermSet terms
Результирующие условия обслуживания по данному терминалу.
-
-
-
Exception dev.vality.damsel.payment_processing.ProvisionTermSetUndefined
class ProvisionTermSetUndefined extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ProxyModification
class ProxyModification extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
proxy
Proxy proxy
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPayerParams
class RecurrentPayerParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contact_info
ContactInfo contact_info
-
recurrent_parent
RecurrentParentPayment recurrent_parent
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentTool
class RecurrentPaymentTool extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
created_at
String created_at
-
domain_revision
long domain_revision
-
id
String id
-
minimal_payment_cost
Cash minimal_payment_cost
-
party_id
String party_id
-
party_revision
long party_revision
-
payment_resource
DisposablePaymentResource payment_resource
-
rec_token
String rec_token
-
route
PaymentRoute route
-
shop_id
String shop_id
-
status
RecurrentPaymentToolStatus status
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolAbandoned
class RecurrentPaymentToolAbandoned extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolAcquired
class RecurrentPaymentToolAcquired extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolChange
class RecurrentPaymentToolChange extends org.apache.thrift.TUnion<RecurrentPaymentToolChange,RecurrentPaymentToolChange._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolCreated
class RecurrentPaymentToolCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolEvent
class RecurrentPaymentToolEvent extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
created_at
String created_at
-
id
long id
-
payload
List<RecurrentPaymentToolChange> payload
-
sequence
int sequence
-
source
String source
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolEventData
class RecurrentPaymentToolEventData extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
changes
List<RecurrentPaymentToolChange> changes
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolFailed
class RecurrentPaymentToolFailed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
failure
OperationFailure failure
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolHasAbandoned
class RecurrentPaymentToolHasAbandoned extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolHasAcquired
class RecurrentPaymentToolHasAcquired extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
token
String token
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolHasCreated
class RecurrentPaymentToolHasCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
rec_payment_tool
RecurrentPaymentTool rec_payment_tool
-
risk_score
RiskScore risk_score
Оценка риска платежного средства.- See Also:
-
route
PaymentRoute route
Выбранный маршрут обработки платежного средства.
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolHasFailed
class RecurrentPaymentToolHasFailed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
failure
OperationFailure failure
-
-
-
Exception dev.vality.damsel.payment_processing.RecurrentPaymentToolNotFound
class RecurrentPaymentToolNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolParams
class RecurrentPaymentToolParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
domain_revision
long domain_revision
-
id
String id
-
party_id
String party_id
-
party_revision
long party_revision
-
payment_resource
DisposablePaymentResource payment_resource
-
shop_id
String shop_id
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolRiskScoreChanged
class RecurrentPaymentToolRiskScoreChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolRouteChanged
class RecurrentPaymentToolRouteChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
route
PaymentRoute route
Выбранный маршрут обработки платежного средства.
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolSessionChange
class RecurrentPaymentToolSessionChange extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payload
SessionChangePayload payload
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolsSrv.Abandon_args
class Abandon_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolsSrv.Abandon_result
class Abandon_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
invalid_rec_payment_tool_status
InvalidRecurrentPaymentToolStatus invalid_rec_payment_tool_status
-
rec_payment_tool_not_found
RecurrentPaymentToolNotFound rec_payment_tool_not_found
-
success
RecurrentPaymentTool success
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolsSrv.Create_args
class Create_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
params
RecurrentPaymentToolParams params
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolsSrv.Create_result
class Create_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
invalid_contract_status
InvalidContractStatus invalid_contract_status
-
invalid_party_status
InvalidPartyStatus invalid_party_status
-
invalid_payment_method
InvalidPaymentMethod invalid_payment_method
-
invalid_shop_status
InvalidShopStatus invalid_shop_status
-
operation_not_permitted
OperationNotPermitted operation_not_permitted
-
party_not_found
PartyNotFound party_not_found
-
shop_not_found
ShopNotFound shop_not_found
-
success
RecurrentPaymentTool success
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolsSrv.Get_args
class Get_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolsSrv.Get_result
class Get_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
rec_payment_tool_not_found
RecurrentPaymentToolNotFound rec_payment_tool_not_found
-
success
RecurrentPaymentTool success
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolsSrv.GetEvents_args
class GetEvents_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
range
EventRange range
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolsSrv.GetEvents_result
class GetEvents_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
event_not_found
EventNotFound event_not_found
-
rec_payment_tool_not_found
RecurrentPaymentToolNotFound rec_payment_tool_not_found
-
success
List<RecurrentPaymentToolEvent> success
-
-
-
Class dev.vality.damsel.payment_processing.RecurrentPaymentToolStatus
class RecurrentPaymentToolStatus extends org.apache.thrift.TUnion<RecurrentPaymentToolStatus,RecurrentPaymentToolStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.RegisterInvoicePaymentParams
class RegisterInvoicePaymentParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
context
Content context
-
cost
Cash cost
-
external_id
String external_id
-
id
String id
-
occurred_at
String occurred_at
-
payer_params
PayerParams payer_params
-
payer_session_info
PayerSessionInfo payer_session_info
-
risk_score
RiskScore risk_score
- See Also:
-
route
PaymentRoute route
-
transaction_info
TransactionInfo transaction_info
-
-
-
Exception dev.vality.damsel.payment_processing.RouteNotChosen
class RouteNotChosen extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.payment_processing.RuleSetNotFound
class RuleSetNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ScheduleChanged
class ScheduleChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
schedule
BusinessScheduleRef schedule
-
-
-
Class dev.vality.damsel.payment_processing.ScheduleModification
class ScheduleModification extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
schedule
BusinessScheduleRef schedule
-
-
-
Class dev.vality.damsel.payment_processing.SessionActivated
class SessionActivated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.SessionChangePayload
class SessionChangePayload extends org.apache.thrift.TUnion<SessionChangePayload,SessionChangePayload._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.SessionFailed
class SessionFailed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
failure
OperationFailure failure
-
-
-
Class dev.vality.damsel.payment_processing.SessionFinished
class SessionFinished extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
result
SessionResult result
-
-
-
Class dev.vality.damsel.payment_processing.SessionInteractionChanged
class SessionInteractionChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
interaction
UserInteraction interaction
Необходимое взаимодействие -
status
Status status
Статус этого взаимодействия. Если не указан, статус считается по умолчанию _requested_.
-
-
-
Class dev.vality.damsel.payment_processing.SessionProxyStateChanged
class SessionProxyStateChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
proxy_state
ByteBuffer proxy_state
-
-
-
Class dev.vality.damsel.payment_processing.SessionResult
class SessionResult extends org.apache.thrift.TUnion<SessionResult,SessionResult._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.SessionStarted
class SessionStarted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.SessionSucceeded
class SessionSucceeded extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.SessionSuspended
class SessionSuspended extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
tag
String tag
-
timeout_behaviour
TimeoutBehaviour timeout_behaviour
-
-
-
Class dev.vality.damsel.payment_processing.SessionTransactionBound
class SessionTransactionBound extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
trx
TransactionInfo trx
Данные о связанной транзакции у провайдера.
-
-
-
Exception dev.vality.damsel.payment_processing.ShopAccountNotFound
class ShopAccountNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ShopAccountParams
class ShopAccountParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
currency
CurrencyRef currency
-
-
-
Class dev.vality.damsel.payment_processing.ShopBlocking
class ShopBlocking extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.ShopContract
class ShopContract extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contract
Contract contract
-
contractor
PartyContractor contractor
-
shop
Shop shop
-
-
-
Class dev.vality.damsel.payment_processing.ShopContractChanged
class ShopContractChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contract_id
String contract_id
-
-
-
Class dev.vality.damsel.payment_processing.ShopContractModification
class ShopContractModification extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contract_id
String contract_id
-
-
-
Class dev.vality.damsel.payment_processing.ShopEffect
class ShopEffect extends org.apache.thrift.TUnion<ShopEffect,ShopEffect._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ShopEffectUnit
class ShopEffectUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
effect
ShopEffect effect
-
shop_id
String shop_id
-
-
-
Class dev.vality.damsel.payment_processing.ShopModification
class ShopModification extends org.apache.thrift.TUnion<ShopModification,ShopModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ShopModificationUnit
class ShopModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
modification
ShopModification modification
-
-
-
Exception dev.vality.damsel.payment_processing.ShopNotFound
class ShopNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.ShopParams
class ShopParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
category
CategoryRef category
-
contract_id
String contract_id
-
details
ShopDetails details
-
location
ShopLocation location
-
-
-
Class dev.vality.damsel.payment_processing.ShopProxyChanged
class ShopProxyChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
proxy
Proxy proxy
-
-
-
Class dev.vality.damsel.payment_processing.ShopSuspension
class ShopSuspension extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
shop_id
String shop_id
-
suspension
Suspension suspension
-
-
-
Exception dev.vality.damsel.payment_processing.TerminalNotFound
class TerminalNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.TurnoverLimitValue
class TurnoverLimitValue extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
limit
TurnoverLimit limit
-
value
long value
-
-
-
Class dev.vality.damsel.payment_processing.Varset
class Varset extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
amount
Cash amount
-
bin_data
BinData bin_data
-
category
CategoryRef category
-
currency
CurrencyRef currency
-
identification_level
ContractorIdentificationLevel identification_level
- See Also:
-
party_id
String party_id
-
payment_method
PaymentMethodRef payment_method
-
payment_tool
PaymentTool payment_tool
-
shop_id
String shop_id
-
wallet_id
String wallet_id
-
-
-
Class dev.vality.damsel.payment_processing.WalletAccountParams
class WalletAccountParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
currency
CurrencyRef currency
-
-
-
Class dev.vality.damsel.payment_processing.WalletBlocking
class WalletBlocking extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.WalletEffect
class WalletEffect extends org.apache.thrift.TUnion<WalletEffect,WalletEffect._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.WalletEffectUnit
class WalletEffectUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
effect
WalletEffect effect
-
id
String id
-
-
-
Class dev.vality.damsel.payment_processing.WalletModification
class WalletModification extends org.apache.thrift.TUnion<WalletModification,WalletModification._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.WalletModificationUnit
class WalletModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
modification
WalletModification modification
-
-
-
Exception dev.vality.damsel.payment_processing.WalletNotFound
class WalletNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.WalletParams
class WalletParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_processing.WalletSuspension
class WalletSuspension extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
suspension
Suspension suspension
-
wallet_id
String wallet_id
-
-
-
-
Package dev.vality.damsel.payment_processing.errors
-
Class dev.vality.damsel.payment_processing.errors.AuthorizationFailure
class AuthorizationFailure extends org.apache.thrift.TUnion<AuthorizationFailure,AuthorizationFailure._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.errors.BankCardReject
class BankCardReject extends org.apache.thrift.TUnion<BankCardReject,BankCardReject._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.errors.GeneralFailure
class GeneralFailure extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.errors.LimitExceeded
class LimitExceeded extends org.apache.thrift.TUnion<LimitExceeded,LimitExceeded._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.errors.LimitSpanExceeded
class LimitSpanExceeded extends org.apache.thrift.TUnion<LimitSpanExceeded,LimitSpanExceeded._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.errors.NoRouteFoundFailure
class NoRouteFoundFailure extends org.apache.thrift.TUnion<NoRouteFoundFailure,NoRouteFoundFailure._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.errors.PaymentFailure
class PaymentFailure extends org.apache.thrift.TUnion<PaymentFailure,PaymentFailure._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.errors.PaymentToolReject
class PaymentToolReject extends org.apache.thrift.TUnion<PaymentToolReject,PaymentToolReject._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.errors.PreAuthorizationFailure
class PreAuthorizationFailure extends org.apache.thrift.TUnion<PreAuthorizationFailure,PreAuthorizationFailure._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.errors.RefundFailure
class RefundFailure extends org.apache.thrift.TUnion<RefundFailure,RefundFailure._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.errors.RoutesRejected
class RoutesRejected extends org.apache.thrift.TUnion<RoutesRejected,RoutesRejected._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_processing.errors.TermsViolated
class TermsViolated extends org.apache.thrift.TUnion<TermsViolated,TermsViolated._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.damsel.payment_tool_provider
-
Class dev.vality.damsel.payment_tool_provider.ApplePayDetails
class ApplePayDetails extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_tool_provider.ApplePayRequest
class ApplePayRequest extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_tool_provider.Auth3DS
class Auth3DS extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_tool_provider.AuthData
class AuthData extends org.apache.thrift.TUnion<AuthData,AuthData._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_tool_provider.Card
class Card extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_tool_provider.CardInfo
class CardInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_tool_provider.CardPaymentData
class CardPaymentData extends org.apache.thrift.TUnion<CardPaymentData,CardPaymentData._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_tool_provider.ExpDate
class ExpDate extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
month
byte month
Месяц 1..12 -
year
short year
Год 2015..∞
-
-
-
Class dev.vality.damsel.payment_tool_provider.GooglePayDetails
class GooglePayDetails extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_tool_provider.GooglePayRequest
class GooglePayRequest extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_tool_provider.MerchantID
class MerchantID extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
party_id
String party_id
-
realm
PaymentInstitutionRealm realm
- See Also:
-
shop_id
String shop_id
-
-
-
Class dev.vality.damsel.payment_tool_provider.PaymentDetails
class PaymentDetails extends org.apache.thrift.TUnion<PaymentDetails,PaymentDetails._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_tool_provider.PaymentRequest
class PaymentRequest extends org.apache.thrift.TUnion<PaymentRequest,PaymentRequest._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.payment_tool_provider.PaymentToolProviderSrv.Unwrap_args
class Unwrap_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payment_tool
WrappedPaymentTool payment_tool
-
-
-
Class dev.vality.damsel.payment_tool_provider.PaymentToolProviderSrv.Unwrap_result
class Unwrap_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidRequest ex1
-
success
UnwrappedPaymentTool success
-
-
-
Class dev.vality.damsel.payment_tool_provider.SamsungPayDetails
class SamsungPayDetails extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
device_id
String device_id
-
-
-
Class dev.vality.damsel.payment_tool_provider.SamsungPayRequest
class SamsungPayRequest extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_tool_provider.TokenizedCard
class TokenizedCard extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_tool_provider.UnwrappedPaymentTool
class UnwrappedPaymentTool extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
card_info
CardInfo card_info
-
details
PaymentDetails details
-
payment_data
CardPaymentData payment_data
-
valid_until
String valid_until
Время до окончания действия токена от провайдера токенизации
-
-
-
Class dev.vality.damsel.payment_tool_provider.WrappedPaymentTool
class WrappedPaymentTool extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
realm
PaymentInstitutionRealm realm
Режим рабочего окружения платежной организации- See Also:
-
request
PaymentRequest request
-
-
-
Class dev.vality.damsel.payment_tool_provider.YandexPayDetails
class YandexPayDetails extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.payment_tool_provider.YandexPayRequest
class YandexPayRequest extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package dev.vality.damsel.payment_tool_token
-
Class dev.vality.damsel.payment_tool_token.BankCardPayload
class BankCardPayload extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
bank_card
BankCard bank_card
-
-
-
Class dev.vality.damsel.payment_tool_token.CryptoCurrencyPayload
class CryptoCurrencyPayload extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
crypto_currency
CryptoCurrencyRef crypto_currency
-
-
-
Class dev.vality.damsel.payment_tool_token.DigitalWalletPayload
class DigitalWalletPayload extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
digital_wallet
DigitalWallet digital_wallet
-
-
-
Class dev.vality.damsel.payment_tool_token.GenericToolPayload
class GenericToolPayload extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payment_tool
GenericPaymentTool payment_tool
-
-
-
Class dev.vality.damsel.payment_tool_token.MobileCommercePayload
class MobileCommercePayload extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
mobile_commerce
MobileCommerce mobile_commerce
-
-
-
Class dev.vality.damsel.payment_tool_token.PaymentTerminalPayload
class PaymentTerminalPayload extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payment_terminal
PaymentTerminal payment_terminal
-
-
-
Class dev.vality.damsel.payment_tool_token.PaymentToolToken
class PaymentToolToken extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payload
PaymentToolTokenPayload payload
-
valid_until
String valid_until
-
-
-
Class dev.vality.damsel.payment_tool_token.PaymentToolTokenPayload
class PaymentToolTokenPayload extends org.apache.thrift.TUnion<PaymentToolTokenPayload,PaymentToolTokenPayload._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.damsel.preauth
-
Class dev.vality.damsel.preauth.Denied
class Denied extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
state
State state
-
-
-
Class dev.vality.damsel.preauth.Granted
class Granted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
state
State state
-
-
-
Class dev.vality.damsel.preauth.State
class State extends org.apache.thrift.TUnion<State,State._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.preauth.State3DSecure
class State3DSecure extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.preauth.Status
class Status extends org.apache.thrift.TUnion<Status,Status._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.damsel.proxy_inspector
-
Class dev.vality.damsel.proxy_inspector.BlackListContext
class BlackListContext extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.proxy_inspector.Context
class Context extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
options
Map<String,
String> options -
payment
PaymentInfo payment
-
-
-
Class dev.vality.damsel.proxy_inspector.InspectorProxySrv.InspectPayment_args
class InspectPayment_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
context
Context context
-
-
-
Class dev.vality.damsel.proxy_inspector.InspectorProxySrv.InspectPayment_result
class InspectPayment_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidRequest ex1
-
success
RiskScore success
- See Also:
-
-
-
Class dev.vality.damsel.proxy_inspector.InspectorProxySrv.IsBlacklisted_args
class IsBlacklisted_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
context
BlackListContext context
-
-
-
Class dev.vality.damsel.proxy_inspector.InspectorProxySrv.IsBlacklisted_result
class IsBlacklisted_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
ex1
InvalidRequest ex1
-
success
boolean success
-
-
-
Class dev.vality.damsel.proxy_inspector.Invoice
class Invoice extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
client_info
InvoiceClientInfo client_info
-
created_at
String created_at
-
details
InvoiceDetails details
-
due
String due
-
id
String id
-
-
-
Class dev.vality.damsel.proxy_inspector.InvoicePayment
class InvoicePayment extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
allocation
Allocation allocation
-
cost
Cash cost
-
created_at
String created_at
-
id
String id
-
make_recurrent
boolean make_recurrent
-
payer
Payer payer
-
-
-
Class dev.vality.damsel.proxy_inspector.Party
class Party extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.proxy_inspector.PaymentInfo
class PaymentInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
invoice
Invoice invoice
-
party
Party party
-
payment
InvoicePayment payment
-
shop
Shop shop
-
-
-
Class dev.vality.damsel.proxy_inspector.Shop
class Shop extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
category
Category category
-
details
ShopDetails details
-
id
String id
-
location
ShopLocation location
-
-
-
-
Package dev.vality.damsel.proxy_provider
-
Class dev.vality.damsel.proxy_provider.Cash
class Cash extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
amount
long amount
-
currency
Currency currency
-
-
-
Class dev.vality.damsel.proxy_provider.FinishIntent
class FinishIntent extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
FinishStatus status
-
-
-
Class dev.vality.damsel.proxy_provider.FinishStatus
class FinishStatus extends org.apache.thrift.TUnion<FinishStatus,FinishStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.proxy_provider.Intent
class Intent extends org.apache.thrift.TUnion<Intent,Intent._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.proxy_provider.Invoice
class Invoice extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cost
Cash cost
-
created_at
String created_at
-
details
InvoiceDetails details
-
due
String due
-
id
String id
-
-
-
Class dev.vality.damsel.proxy_provider.InvoicePayment
class InvoicePayment extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
contact_info
ContactInfo contact_info
-
cost
Cash cost
-
created_at
String created_at
-
id
String id
-
make_recurrent
boolean make_recurrent
-
payer_session_info
PayerSessionInfo payer_session_info
-
payment_resource
PaymentResource payment_resource
-
payment_service
PaymentService payment_service
-
processing_deadline
String processing_deadline
-
trx
TransactionInfo trx
-
-
-
Class dev.vality.damsel.proxy_provider.InvoicePaymentCapture
class InvoicePaymentCapture extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cost
Cash cost
-
-
-
Class dev.vality.damsel.proxy_provider.InvoicePaymentRefund
class InvoicePaymentRefund extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cash
Cash cash
-
created_at
String created_at
-
id
String id
-
trx
TransactionInfo trx
-
-
-
Class dev.vality.damsel.proxy_provider.PaymentCallbackProxyResult
class PaymentCallbackProxyResult extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
intent
Intent intent
Требование адаптера к процессингу по дальнейшему взаимодействию с провайдером. Если задано, то процессинг считает callback с данным tag'ом _обработанным_, и все последующие вызовы `ProcessPaymentCallback` будут отклонены с ошибкой. Но с одним исключением: если адаптер здесь переиспользует тот же tag в рамках требования suspend, тогда с точки зрения процессинга это будет требование ожидания _нового_ обратного запроса, просто с тем же tag'ом. Если значение не задано, то callback считается по-прежнему _необработанным_, адаптер может повторно вызвать `ProcessPaymentCallback` с тем же tag'ом. -
next_state
ByteBuffer next_state
-
trx
TransactionInfo trx
-
-
-
Class dev.vality.damsel.proxy_provider.PaymentCallbackResult
class PaymentCallbackResult extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
response
ByteBuffer response
-
result
PaymentCallbackProxyResult result
-
-
-
Class dev.vality.damsel.proxy_provider.PaymentContext
class PaymentContext extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
options
Map<String,
String> options -
payment_info
PaymentInfo payment_info
-
session
Session session
-
-
-
Class dev.vality.damsel.proxy_provider.PaymentInfo
class PaymentInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
capture
InvoicePaymentCapture capture
-
invoice
Invoice invoice
-
payment
InvoicePayment payment
-
refund
InvoicePaymentRefund refund
-
shop
Shop shop
-
-
-
Exception dev.vality.damsel.proxy_provider.PaymentNotFound
class PaymentNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.proxy_provider.PaymentProxyResult
class PaymentProxyResult extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
intent
Intent intent
-
next_state
ByteBuffer next_state
-
trx
TransactionInfo trx
-
-
-
Class dev.vality.damsel.proxy_provider.PaymentResource
class PaymentResource extends org.apache.thrift.TUnion<PaymentResource,PaymentResource._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.proxy_provider.ProviderProxyHostSrv.GetPayment_args
class GetPayment_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
tag
String tag
-
-
-
Class dev.vality.damsel.proxy_provider.ProviderProxyHostSrv.GetPayment_result
class GetPayment_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
PaymentNotFound ex1
-
success
PaymentInfo success
-
-
-
Class dev.vality.damsel.proxy_provider.ProviderProxyHostSrv.ProcessPaymentCallback_args
class ProcessPaymentCallback_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
callback
ByteBuffer callback
-
tag
String tag
-
-
-
Class dev.vality.damsel.proxy_provider.ProviderProxyHostSrv.ProcessPaymentCallback_result
class ProcessPaymentCallback_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidRequest ex1
-
success
ByteBuffer success
-
-
-
Class dev.vality.damsel.proxy_provider.ProviderProxyHostSrv.ProcessRecurrentTokenCallback_args
class ProcessRecurrentTokenCallback_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
callback
ByteBuffer callback
-
tag
String tag
-
-
-
Class dev.vality.damsel.proxy_provider.ProviderProxyHostSrv.ProcessRecurrentTokenCallback_result
class ProcessRecurrentTokenCallback_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidRequest ex1
-
success
ByteBuffer success
-
-
-
Class dev.vality.damsel.proxy_provider.ProviderProxySrv.GenerateToken_args
class GenerateToken_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
context
RecurrentTokenContext context
-
-
-
Class dev.vality.damsel.proxy_provider.ProviderProxySrv.GenerateToken_result
class GenerateToken_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
success
RecurrentTokenProxyResult success
-
-
-
Class dev.vality.damsel.proxy_provider.ProviderProxySrv.HandlePaymentCallback_args
class HandlePaymentCallback_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
callback
ByteBuffer callback
-
context
PaymentContext context
-
-
-
Class dev.vality.damsel.proxy_provider.ProviderProxySrv.HandlePaymentCallback_result
class HandlePaymentCallback_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
success
PaymentCallbackResult success
-
-
-
Class dev.vality.damsel.proxy_provider.ProviderProxySrv.HandleRecurrentTokenCallback_args
class HandleRecurrentTokenCallback_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
callback
ByteBuffer callback
-
context
RecurrentTokenContext context
-
-
-
Class dev.vality.damsel.proxy_provider.ProviderProxySrv.HandleRecurrentTokenCallback_result
class HandleRecurrentTokenCallback_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
success
RecurrentTokenCallbackResult success
-
-
-
Class dev.vality.damsel.proxy_provider.ProviderProxySrv.ProcessPayment_args
class ProcessPayment_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
context
PaymentContext context
-
-
-
Class dev.vality.damsel.proxy_provider.ProviderProxySrv.ProcessPayment_result
class ProcessPayment_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
success
PaymentProxyResult success
-
-
-
Class dev.vality.damsel.proxy_provider.RecurrentPaymentResource
class RecurrentPaymentResource extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payment_tool
PaymentTool payment_tool
-
rec_token
String rec_token
-
-
-
Class dev.vality.damsel.proxy_provider.RecurrentPaymentTool
class RecurrentPaymentTool extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
created_at
String created_at
-
id
String id
-
minimal_payment_cost
Cash minimal_payment_cost
-
payment_resource
DisposablePaymentResource payment_resource
-
-
-
Class dev.vality.damsel.proxy_provider.RecurrentTokenCallbackResult
class RecurrentTokenCallbackResult extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
response
ByteBuffer response
-
result
RecurrentTokenProxyResult result
-
-
-
Class dev.vality.damsel.proxy_provider.RecurrentTokenContext
class RecurrentTokenContext extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
options
Map<String,
String> options -
session
RecurrentTokenSession session
-
token_info
RecurrentTokenInfo token_info
-
-
-
Class dev.vality.damsel.proxy_provider.RecurrentTokenFinishIntent
class RecurrentTokenFinishIntent extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
RecurrentTokenFinishStatus status
-
-
-
Class dev.vality.damsel.proxy_provider.RecurrentTokenFinishStatus
class RecurrentTokenFinishStatus extends org.apache.thrift.TUnion<RecurrentTokenFinishStatus,RecurrentTokenFinishStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.proxy_provider.RecurrentTokenInfo
class RecurrentTokenInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payment_tool
RecurrentPaymentTool payment_tool
-
shop
Shop shop
-
trx
TransactionInfo trx
-
-
-
Class dev.vality.damsel.proxy_provider.RecurrentTokenIntent
class RecurrentTokenIntent extends org.apache.thrift.TUnion<RecurrentTokenIntent,RecurrentTokenIntent._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.proxy_provider.RecurrentTokenProxyResult
class RecurrentTokenProxyResult extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
intent
RecurrentTokenIntent intent
-
next_state
ByteBuffer next_state
-
trx
TransactionInfo trx
-
-
-
Class dev.vality.damsel.proxy_provider.RecurrentTokenSession
class RecurrentTokenSession extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
state
ByteBuffer state
-
-
-
Class dev.vality.damsel.proxy_provider.RecurrentTokenSuccess
class RecurrentTokenSuccess extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
token
String token
-
-
-
Class dev.vality.damsel.proxy_provider.Session
class Session extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
state
ByteBuffer state
-
target
TargetInvoicePaymentStatus target
-
-
-
Class dev.vality.damsel.proxy_provider.Shop
class Shop extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
category
Category category
-
details
ShopDetails details
-
id
String id
-
location
ShopLocation location
-
-
-
Class dev.vality.damsel.proxy_provider.SleepIntent
class SleepIntent extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
timer
Timer timer
Таймер, определяющий когда следует продолжить взаимодействие. -
user_interaction
UserInteraction user_interaction
Взаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия. -
user_interaction_completion
Completed user_interaction_completion
Завершение (последнего запрошенного) взаимодействия с пользователем. Если не было ни одного взаимодействия с пользователем или последнее запрошенное взаимодействие с пользователем уже завершено, передача этого статуса не является ошибкой, просто никак не обрабатываеся. Если адаптер одновременно и запрашивает взаимодейвие с пользователем, и завершение, это обрабатывается как завершение предыдущего (если такое вообще было) и запросом нового.
-
-
-
Class dev.vality.damsel.proxy_provider.Success
class Success extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.proxy_provider.SuspendIntent
class SuspendIntent extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
tag
String tag
Ассоциация (далее: tag), по которой обработчик callback сможет идентифицировать сессию взаимодействия с провайдером, чтобы продолжить по ней взаимодействие. Для этого адаптер должен будет вызвать `ProcessPaymentCallback` в сервисе процессинга. В рамках одной сессии взаимодействия адаптер может переиспользовать один и тот же tag сколько угодно раз. -
timeout
Timer timeout
Таймер, определяющий время, в течение которого процессинг ожидает обратный запрос. -
timeout_behaviour
TimeoutBehaviour timeout_behaviour
Поведение процессинга в случае истечения заданного timeout -
user_interaction
UserInteraction user_interaction
Взаимодействие с пользователем, в случае если таковое необходимо для продолжения прогресса в рамках сессии взаимодействия. -
user_interaction_completion
Completed user_interaction_completion
Завершение (последнего запрошенного) взаимодействия с пользователем. Если не было ни одного взаимодействия с пользователем или последнее запрошенное взаимодействие с пользователем уже завершено, передача этого статуса не является ошибкой, просто никак не обрабатываеся. Если адаптер одновременно и запрашивает взаимодейвие с пользователем, и завершение, то это обрабатывается как завершение предыдущего (если такое вообще было) и запросом нового.
-
-
-
-
Package dev.vality.damsel.repairing
-
Class dev.vality.damsel.repairing.ComplexAction
class ComplexAction extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
remove
RemoveAction remove
-
timer
TimerAction timer
-
-
-
Class dev.vality.damsel.repairing.RemoveAction
class RemoveAction extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.repairing.SetTimerAction
class SetTimerAction extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
timer
Timer timer
-
-
-
Class dev.vality.damsel.repairing.TimerAction
class TimerAction extends org.apache.thrift.TUnion<TimerAction,TimerAction._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.repairing.UnsetTimerAction
class UnsetTimerAction extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.damsel.reports
-
Exception dev.vality.damsel.reports.DatasetTooBig
class DatasetTooBig extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
limit
int limit
-
-
-
Class dev.vality.damsel.reports.FileMeta
class FileMeta extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Exception dev.vality.damsel.reports.FileNotFound
class FileNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.reports.PartyNotFound
class PartyNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.reports.Report
class Report extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
created_at
String created_at
-
files
List<FileMeta> files
-
report_id
long report_id
-
report_type
ReportType report_type
- See Also:
-
status
ReportStatus status
- See Also:
-
time_range
ReportTimeRange time_range
-
-
-
Class dev.vality.damsel.reports.ReportingSrv.cancelReport_args
class cancelReport_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.reports.ReportingSrv.cancelReport_result
class cancelReport_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ReportNotFound ex1
-
-
-
Class dev.vality.damsel.reports.ReportingSrv.GeneratePresignedUrl_args
class GeneratePresignedUrl_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.reports.ReportingSrv.GeneratePresignedUrl_result
class GeneratePresignedUrl_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
FileNotFound ex1
-
ex2
InvalidRequest ex2
-
success
String success
-
-
-
Class dev.vality.damsel.reports.ReportingSrv.GenerateReport_args
class GenerateReport_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
report_type
ReportType report_type
- See Also:
-
request
ReportRequest request
-
-
-
Class dev.vality.damsel.reports.ReportingSrv.GenerateReport_result
class GenerateReport_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
ex1
PartyNotFound ex1
-
ex2
ShopNotFound ex2
-
ex3
InvalidRequest ex3
-
success
long success
-
-
-
Class dev.vality.damsel.reports.ReportingSrv.GetReport_args
class GetReport_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.reports.ReportingSrv.GetReport_result
class GetReport_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ReportNotFound ex1
-
success
Report success
-
-
-
Class dev.vality.damsel.reports.ReportingSrv.GetReports_args
class GetReports_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
report_types
List<ReportType> report_types
-
request
ReportRequest request
-
-
-
Class dev.vality.damsel.reports.ReportingSrv.GetReports_result
class GetReports_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
DatasetTooBig ex1
-
ex2
InvalidRequest ex2
-
success
List<Report> success
-
-
-
Exception dev.vality.damsel.reports.ReportNotFound
class ReportNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.reports.ReportRequest
class ReportRequest extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
party_id
String party_id
-
shop_id
String shop_id
-
time_range
ReportTimeRange time_range
-
-
-
Class dev.vality.damsel.reports.ReportTimeRange
class ReportTimeRange extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Exception dev.vality.damsel.reports.ShopNotFound
class ShopNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.reports.Signature
class Signature extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package dev.vality.damsel.test
-
Class dev.vality.damsel.test.EchoSrv.echo_args
class echo_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
shout
Shout shout
-
-
-
Class dev.vality.damsel.test.EchoSrv.echo_result
class echo_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Exception dev.vality.damsel.test.Failure
class Failure extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
reason
String reason
-
-
-
Class dev.vality.damsel.test.Shout
class Shout extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contents
String contents
-
-
-
-
Package dev.vality.damsel.timeout_behaviour
-
Class dev.vality.damsel.timeout_behaviour.TimeoutBehaviour
class TimeoutBehaviour extends org.apache.thrift.TUnion<TimeoutBehaviour,TimeoutBehaviour._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.damsel.user_interaction
-
Class dev.vality.damsel.user_interaction.ApiExtensionRequest
class ApiExtensionRequest extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
api_type
String api_type
-
-
-
Class dev.vality.damsel.user_interaction.BrowserGetRequest
class BrowserGetRequest extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
uri
String uri
Шаблон URI запроса, набор переменных указан ниже.
-
-
-
Class dev.vality.damsel.user_interaction.BrowserHTTPRequest
class BrowserHTTPRequest extends org.apache.thrift.TUnion<BrowserHTTPRequest,BrowserHTTPRequest._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.user_interaction.BrowserPostRequest
class BrowserPostRequest extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.user_interaction.Completed
class Completed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.user_interaction.CryptoCash
class CryptoCash extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.user_interaction.CryptoCurrencyTransferRequest
class CryptoCurrencyTransferRequest extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
crypto_address
String crypto_address
-
crypto_cash
CryptoCash crypto_cash
-
-
-
Class dev.vality.damsel.user_interaction.PaymentTerminalReceipt
class PaymentTerminalReceipt extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.user_interaction.QrCode
class QrCode extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payload
ByteBuffer payload
Содержимое QR-кода, записанное в виде потока байт
-
-
-
Class dev.vality.damsel.user_interaction.QrCodeDisplayRequest
class QrCodeDisplayRequest extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
qr_code
QrCode qr_code
-
-
-
Class dev.vality.damsel.user_interaction.Requested
class Requested extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.user_interaction.Status
class Status extends org.apache.thrift.TUnion<Status,Status._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.user_interaction.UserInteraction
class UserInteraction extends org.apache.thrift.TUnion<UserInteraction,UserInteraction._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.damsel.walker
-
Class dev.vality.damsel.walker.Action
class Action extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
after
String after
-
before
String before
-
created_at
String created_at
-
type
ActionType type
- See Also:
-
user
UserInformation user
-
-
-
Class dev.vality.damsel.walker.ClaimInfo
class ClaimInfo extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
assigned_user_id
String assigned_user_id
-
claim_id
long claim_id
-
created_at
String created_at
-
description
String description
-
modifications
PartyModificationUnit modifications
-
party_id
String party_id
-
reason
String reason
-
revision
String revision
-
status
String status
-
updated_at
String updated_at
-
-
-
Class dev.vality.damsel.walker.ClaimSearchRequest
class ClaimSearchRequest extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.walker.Comment
class Comment extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
created_at
String created_at
-
text
String text
-
user
UserInformation user
-
-
-
Exception dev.vality.damsel.walker.InvalidUser
class InvalidUser extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.walker.PartyModificationUnit
class PartyModificationUnit extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
modifications
List<PartyModification> modifications
-
-
-
Class dev.vality.damsel.walker.UserInformation
class UserInformation extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.walker.WalkerSrv.AcceptClaim_args
class AcceptClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
claim_id
long claim_id
-
party_id
String party_id
-
revision
int revision
-
user
UserInformation user
-
-
-
Class dev.vality.damsel.walker.WalkerSrv.AcceptClaim_result
class AcceptClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidUser ex1
-
ex2
PartyNotFound ex2
-
ex3
ClaimNotFound ex3
-
ex4
InvalidClaimStatus ex4
-
ex5
InvalidClaimRevision ex5
-
ex6
InvalidChangeset ex6
-
-
-
Class dev.vality.damsel.walker.WalkerSrv.AddComment_args
class AddComment_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
claim_id
long claim_id
-
party_id
String party_id
-
text
String text
-
user
UserInformation user
-
-
-
Class dev.vality.damsel.walker.WalkerSrv.AddComment_result
class AddComment_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.walker.WalkerSrv.CreateClaim_args
class CreateClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
changeset
PartyModificationUnit changeset
-
party_id
String party_id
-
user
UserInformation user
-
-
-
Class dev.vality.damsel.walker.WalkerSrv.CreateClaim_result
class CreateClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidUser ex1
-
ex2
PartyNotFound ex2
-
ex3
InvalidPartyStatus ex3
-
ex4
ChangesetConflict ex4
-
ex5
InvalidChangeset ex5
-
ex6
InvalidRequest ex6
-
success
Claim success
-
-
-
Class dev.vality.damsel.walker.WalkerSrv.DenyClaim_args
class DenyClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
claim_id
long claim_id
-
party_id
String party_id
-
reason
String reason
-
revision
int revision
-
user
UserInformation user
-
-
-
Class dev.vality.damsel.walker.WalkerSrv.DenyClaim_result
class DenyClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidUser ex1
-
ex2
PartyNotFound ex2
-
ex3
ClaimNotFound ex3
-
ex4
InvalidClaimStatus ex4
-
ex5
InvalidClaimRevision ex5
-
-
-
Class dev.vality.damsel.walker.WalkerSrv.GetActions_args
class GetActions_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
claim_id
long claim_id
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.walker.WalkerSrv.GetActions_result
class GetActions_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.walker.WalkerSrv.GetClaim_args
class GetClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
claim_id
long claim_id
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.walker.WalkerSrv.GetClaim_result
class GetClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
success
ClaimInfo success
-
-
-
Class dev.vality.damsel.walker.WalkerSrv.GetComments_args
class GetComments_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
claim_id
long claim_id
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.walker.WalkerSrv.GetComments_result
class GetComments_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.walker.WalkerSrv.SearchClaims_args
class SearchClaims_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
request
ClaimSearchRequest request
-
-
-
Class dev.vality.damsel.walker.WalkerSrv.SearchClaims_result
class SearchClaims_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.walker.WalkerSrv.UpdateClaim_args
class UpdateClaim_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
changeset
PartyModificationUnit changeset
-
claim_id
long claim_id
-
party_id
String party_id
-
revision
int revision
-
user
UserInformation user
-
-
-
Class dev.vality.damsel.walker.WalkerSrv.UpdateClaim_result
class UpdateClaim_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InvalidUser ex1
-
ex2
PartyNotFound ex2
-
ex3
InvalidPartyStatus ex3
-
ex4
ClaimNotFound ex4
-
ex5
InvalidClaimStatus ex5
-
ex6
InvalidClaimRevision ex6
-
ex7
ChangesetConflict ex7
-
ex8
InvalidChangeset ex8
-
ex9
InvalidRequest ex9
-
-
-
-
Package dev.vality.damsel.webhooker
-
Class dev.vality.damsel.webhooker.ClaimAccepted
class ClaimAccepted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.ClaimCreated
class ClaimCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.ClaimDenied
class ClaimDenied extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.ClaimEventType
class ClaimEventType extends org.apache.thrift.TUnion<ClaimEventType,ClaimEventType._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.CustomerBindingEvent
class CustomerBindingEvent extends org.apache.thrift.TUnion<CustomerBindingEvent,CustomerBindingEvent._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.CustomerBindingFailed
class CustomerBindingFailed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.CustomerBindingStarted
class CustomerBindingStarted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.CustomerBindingSucceeded
class CustomerBindingSucceeded extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.CustomerCreated
class CustomerCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.CustomerDeleted
class CustomerDeleted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.CustomerEventFilter
class CustomerEventFilter extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
shop_id
String shop_id
-
types
Set<CustomerEventType> types
-
-
-
Class dev.vality.damsel.webhooker.CustomerEventType
class CustomerEventType extends org.apache.thrift.TUnion<CustomerEventType,CustomerEventType._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.CustomerStatusReady
class CustomerStatusReady extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.EventFilter
class EventFilter extends org.apache.thrift.TUnion<EventFilter,EventFilter._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoiceCancelled
class InvoiceCancelled extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoiceCreated
class InvoiceCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoiceEventFilter
class InvoiceEventFilter extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
shop_id
String shop_id
-
types
Set<InvoiceEventType> types
-
-
-
Class dev.vality.damsel.webhooker.InvoiceEventType
class InvoiceEventType extends org.apache.thrift.TUnion<InvoiceEventType,InvoiceEventType._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoiceFulfilled
class InvoiceFulfilled extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaid
class InvoicePaid extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentCancelled
class InvoicePaymentCancelled extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentCaptured
class InvoicePaymentCaptured extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentCreated
class InvoicePaymentCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentEventType
class InvoicePaymentEventType extends org.apache.thrift.TUnion<InvoicePaymentEventType,InvoicePaymentEventType._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentFailed
class InvoicePaymentFailed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentPending
class InvoicePaymentPending extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentProcessed
class InvoicePaymentProcessed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentRefundChange
class InvoicePaymentRefundChange extends org.apache.thrift.TUnion<InvoicePaymentRefundChange,InvoicePaymentRefundChange._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentRefundCreated
class InvoicePaymentRefundCreated extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentRefunded
class InvoicePaymentRefunded extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentRefundFailed
class InvoicePaymentRefundFailed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentRefundPending
class InvoicePaymentRefundPending extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentRefundStatus
class InvoicePaymentRefundStatus extends org.apache.thrift.TUnion<InvoicePaymentRefundStatus,InvoicePaymentRefundStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentRefundStatusChanged
class InvoicePaymentRefundStatusChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
value
InvoicePaymentRefundStatus value
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentRefundSucceeded
class InvoicePaymentRefundSucceeded extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentStatus
class InvoicePaymentStatus extends org.apache.thrift.TUnion<InvoicePaymentStatus,InvoicePaymentStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentStatusChanged
class InvoicePaymentStatusChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
value
InvoicePaymentStatus value
-
-
-
Class dev.vality.damsel.webhooker.InvoicePaymentUserInteractionChange
class InvoicePaymentUserInteractionChange extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
UserInteractionStatus status
-
-
-
Class dev.vality.damsel.webhooker.InvoiceStatus
class InvoiceStatus extends org.apache.thrift.TUnion<InvoiceStatus,InvoiceStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.InvoiceStatusChanged
class InvoiceStatusChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
value
InvoiceStatus value
-
-
-
Class dev.vality.damsel.webhooker.InvoiceUnpaid
class InvoiceUnpaid extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.webhooker.LimitExceeded
class LimitExceeded extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.PartyEventFilter
class PartyEventFilter extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
types
Set<PartyEventType> types
-
-
-
Class dev.vality.damsel.webhooker.PartyEventType
class PartyEventType extends org.apache.thrift.TUnion<PartyEventType,PartyEventType._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.webhooker.SourceNotFound
class SourceNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.UserInteractionStatus
class UserInteractionStatus extends org.apache.thrift.TUnion<UserInteractionStatus,UserInteractionStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.UserInteractionStatusCompleted
class UserInteractionStatusCompleted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.UserInteractionStatusRequested
class UserInteractionStatusRequested extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.WalletEventFilter
class WalletEventFilter extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
types
Set<WalletEventType> types
-
-
-
Class dev.vality.damsel.webhooker.WalletEventType
class WalletEventType extends org.apache.thrift.TUnion<WalletEventType,WalletEventType._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.WalletWithdrawalEventType
class WalletWithdrawalEventType extends org.apache.thrift.TUnion<WalletWithdrawalEventType,WalletWithdrawalEventType._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.WalletWithdrawalFailed
class WalletWithdrawalFailed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.WalletWithdrawalStarted
class WalletWithdrawalStarted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.WalletWithdrawalSucceeded
class WalletWithdrawalSucceeded extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.Webhook
class Webhook extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
enabled
boolean enabled
-
event_filter
EventFilter event_filter
-
id
long id
-
party_id
String party_id
-
pub_key
String pub_key
-
url
String url
-
-
-
Class dev.vality.damsel.webhooker.WebhookManagerSrv.Create_args
class Create_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
webhook_params
WebhookParams webhook_params
-
-
-
Class dev.vality.damsel.webhooker.WebhookManagerSrv.Create_result
class Create_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
LimitExceeded ex1
-
success
Webhook success
-
-
-
Class dev.vality.damsel.webhooker.WebhookManagerSrv.Delete_args
class Delete_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
webhook_id
long webhook_id
-
-
-
Class dev.vality.damsel.webhooker.WebhookManagerSrv.Delete_result
class Delete_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
WebhookNotFound ex1
-
-
-
Class dev.vality.damsel.webhooker.WebhookManagerSrv.Get_args
class Get_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
webhook_id
long webhook_id
-
-
-
Class dev.vality.damsel.webhooker.WebhookManagerSrv.Get_result
class Get_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
WebhookNotFound ex1
-
success
Webhook success
-
-
-
Class dev.vality.damsel.webhooker.WebhookManagerSrv.GetList_args
class GetList_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
party_id
String party_id
-
-
-
Class dev.vality.damsel.webhooker.WebhookManagerSrv.GetList_result
class GetList_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.webhooker.WebhookMessageServiceSrv.Send_args
class Send_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
hook_id
long hook_id
-
source_id
String source_id
-
-
-
Class dev.vality.damsel.webhooker.WebhookMessageServiceSrv.Send_result
class Send_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
WebhookNotFound ex1
-
ex2
SourceNotFound ex2
-
-
-
Exception dev.vality.damsel.webhooker.WebhookNotFound
class WebhookNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.webhooker.WebhookParams
class WebhookParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
event_filter
EventFilter event_filter
-
party_id
String party_id
-
url
String url
-
-
-
-
Package dev.vality.damsel.withdrawals.domain
-
Class dev.vality.damsel.withdrawals.domain.AuthData
class AuthData extends org.apache.thrift.TUnion<AuthData,AuthData._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.domain.ContactDetail
class ContactDetail extends org.apache.thrift.TUnion<ContactDetail,ContactDetail._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.domain.Destination
class Destination extends org.apache.thrift.TUnion<Destination,Destination._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.domain.Identity
class Identity extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
contact
List<ContactDetail> contact
-
documents
List<IdentityDocument> documents
-
id
String id
-
owner_id
String owner_id
-
-
-
Class dev.vality.damsel.withdrawals.domain.IdentityDocument
class IdentityDocument extends org.apache.thrift.TUnion<IdentityDocument,IdentityDocument._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.domain.RUSDomesticPassport
class RUSDomesticPassport extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.withdrawals.domain.SenderReceiverAuthData
class SenderReceiverAuthData extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.withdrawals.domain.Withdrawal
class Withdrawal extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package dev.vality.damsel.withdrawals.errors
-
Class dev.vality.damsel.withdrawals.errors.AuthorizationFailure
class AuthorizationFailure extends org.apache.thrift.TUnion<AuthorizationFailure,AuthorizationFailure._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.errors.BankCardReject
class BankCardReject extends org.apache.thrift.TUnion<BankCardReject,BankCardReject._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.errors.DestinationReject
class DestinationReject extends org.apache.thrift.TUnion<DestinationReject,DestinationReject._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.errors.GeneralFailure
class GeneralFailure extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.errors.LimitExceeded
class LimitExceeded extends org.apache.thrift.TUnion<LimitExceeded,LimitExceeded._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.errors.WithdrawalFailure
class WithdrawalFailure extends org.apache.thrift.TUnion<WithdrawalFailure,WithdrawalFailure._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.damsel.withdrawals.processing
-
Class dev.vality.damsel.withdrawals.processing.Change
class Change extends org.apache.thrift.TUnion<Change,Change._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.processing.Event
class Event extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.withdrawals.processing.ProcessingSrv.Get_args
class Get_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.damsel.withdrawals.processing.ProcessingSrv.Get_result
class Get_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
WithdrawalNotFound ex1
-
success
WithdrawalState success
-
-
-
Class dev.vality.damsel.withdrawals.processing.ProcessingSrv.Start_args
class Start_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
withdrawal
Withdrawal withdrawal
-
-
-
Class dev.vality.damsel.withdrawals.processing.ProcessingSrv.Start_result
class Start_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
success
WithdrawalState success
-
-
-
Class dev.vality.damsel.withdrawals.processing.SessionAdapterStateChanged
class SessionAdapterStateChanged extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
state
Value state
-
-
-
Class dev.vality.damsel.withdrawals.processing.SessionChange
class SessionChange extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
payload
SessionChangePayload payload
-
-
-
Class dev.vality.damsel.withdrawals.processing.SessionChangePayload
class SessionChangePayload extends org.apache.thrift.TUnion<SessionChangePayload,SessionChangePayload._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.processing.SessionFailed
class SessionFailed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
failure
Failure failure
-
-
-
Class dev.vality.damsel.withdrawals.processing.SessionFinished
class SessionFinished extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
result
SessionResult result
-
-
-
Class dev.vality.damsel.withdrawals.processing.SessionResult
class SessionResult extends org.apache.thrift.TUnion<SessionResult,SessionResult._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.processing.SessionStarted
class SessionStarted extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.processing.SessionSucceeded
class SessionSucceeded extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
trx_info
TransactionInfo trx_info
-
-
-
Class dev.vality.damsel.withdrawals.processing.WithdrawalFailed
class WithdrawalFailed extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
failure
Failure failure
-
-
-
Exception dev.vality.damsel.withdrawals.processing.WithdrawalNotFound
class WithdrawalNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.processing.WithdrawalPending
class WithdrawalPending extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.processing.WithdrawalState
class WithdrawalState extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
created_at
String created_at
-
id
String id
-
status
WithdrawalStatus status
-
updated_at
String updated_at
-
withdrawal
Withdrawal withdrawal
-
-
-
Class dev.vality.damsel.withdrawals.processing.WithdrawalStatus
class WithdrawalStatus extends org.apache.thrift.TUnion<WithdrawalStatus,WithdrawalStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.processing.WithdrawalSucceeded
class WithdrawalSucceeded extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.damsel.withdrawals.provider_adapter
-
Class dev.vality.damsel.withdrawals.provider_adapter.AdapterHostSrv.ProcessCallback_args
class ProcessCallback_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
callback
Callback callback
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.AdapterHostSrv.ProcessCallback_result
class ProcessCallback_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
SessionNotFound ex1
-
success
ProcessCallbackResult success
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.AdapterSrv.GetQuote_args
class GetQuote_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
opts
Map<String,
String> opts -
params
GetQuoteParams params
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.AdapterSrv.GetQuote_result
class GetQuote_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
GetQuoteFailure ex1
-
success
Quote success
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.AdapterSrv.HandleCallback_args
class HandleCallback_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.AdapterSrv.HandleCallback_result
class HandleCallback_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
success
CallbackResult success
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.AdapterSrv.ProcessWithdrawal_args
class ProcessWithdrawal_args extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
opts
Map<String,
String> opts -
state
Value state
-
withdrawal
Withdrawal withdrawal
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.AdapterSrv.ProcessWithdrawal_result
class ProcessWithdrawal_result extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
success
ProcessResult success
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.Callback
class Callback extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payload
ByteBuffer payload
-
tag
String tag
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.CallbackResponse
class CallbackResponse extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payload
ByteBuffer payload
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.CallbackResult
class CallbackResult extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
intent
Intent intent
-
next_state
Value next_state
-
response
CallbackResponse response
-
trx
TransactionInfo trx
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.Cash
class Cash extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
amount
long amount
-
currency
Currency currency
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.FinishIntent
class FinishIntent extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
FinishStatus status
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.FinishStatus
class FinishStatus extends org.apache.thrift.TUnion<FinishStatus,FinishStatus._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.GeneralFailure
class GeneralFailure extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.withdrawals.provider_adapter.GetQuoteFailure
class GetQuoteFailure extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
failure
QuoteFailure failure
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.GetQuoteParams
class GetQuoteParams extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
currency_from
Currency currency_from
-
currency_to
Currency currency_to
-
destination
Destination destination
-
exchange_cash
Cash exchange_cash
Сумма в одной из валют обмена -
idempotency_id
String idempotency_id
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.Intent
class Intent extends org.apache.thrift.TUnion<Intent,Intent._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.LimitExceededFailure
class LimitExceededFailure extends org.apache.thrift.TUnion<LimitExceededFailure,LimitExceededFailure._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.ProcessCallbackFinished
class ProcessCallbackFinished extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
opts
Map<String,
String> opts -
state
Value state
-
withdrawal
Withdrawal withdrawal
Состояние сессии после обработки последнего ответа адаптера.
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.ProcessCallbackResult
class ProcessCallbackResult extends org.apache.thrift.TUnion<ProcessCallbackResult,ProcessCallbackResult._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.ProcessCallbackSucceeded
class ProcessCallbackSucceeded extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
response
CallbackResponse response
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.ProcessResult
class ProcessResult extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
intent
Intent intent
-
next_state
Value next_state
-
trx
TransactionInfo trx
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.Quote
class Quote extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.QuoteFailure
class QuoteFailure extends org.apache.thrift.TUnion<QuoteFailure,QuoteFailure._Fields> implements Serializable -
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Exception dev.vality.damsel.withdrawals.provider_adapter.SessionNotFound
class SessionNotFound extends org.apache.thrift.TException implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.SleepIntent
class SleepIntent extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
callback_tag
String callback_tag
Идентификатор, по которому обработчик обратного запроса сможет идентифицировать сессию взаимодействия с третьей стороной, чтобы продолжить по ней взаимодействие. Единожды указанный, продолжает действовать до успешной обработки обратного запроса или завершения сессии. Должен быть уникальным среди всех сессий такого типа. Один и тот же идентификатор можно устанавливать для одной и той же сессии до тех пор, пока обратный вызов с таким идентификатором не будет успешно обработан. Попытка установить уже обработанный идентификатор приведет к ошибке. -
timer
Timer timer
Таймер, определяющий когда следует продолжить взаимодействие.
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.Success
class Success extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
trx_info
TransactionInfo trx_info
-
-
-
Class dev.vality.damsel.withdrawals.provider_adapter.Withdrawal
class Withdrawal extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
auth_data
AuthData auth_data
-
body
Cash body
-
destination
Destination destination
-
id
String id
-
payment_service
PaymentService payment_service
-
quote
Quote quote
-
receiver
Identity receiver
-
sender
Identity sender
-
session_id
String session_id
-
-
-