mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 17:55:23 +00:00
DC-115: Partial capture permit (#407)
This commit is contained in:
parent
93d3665e38
commit
aab11dfa2d
@ -801,8 +801,12 @@ struct PaymentsServiceTerms {
|
||||
struct PaymentHoldsServiceTerms {
|
||||
1: optional PaymentMethodSelector payment_methods
|
||||
2: optional HoldLifetimeSelector lifetime
|
||||
/* Allow partial capture if this undefined, otherwise throw exception */
|
||||
3: optional PartialCaptureServiceTerms partial_captures
|
||||
}
|
||||
|
||||
struct PartialCaptureServiceTerms {}
|
||||
|
||||
struct PaymentRefundsServiceTerms {
|
||||
1: optional PaymentMethodSelector payment_methods
|
||||
2: optional CashFlowSelector fees
|
||||
@ -1636,8 +1640,12 @@ struct PaymentsProvisionTerms {
|
||||
|
||||
struct PaymentHoldsProvisionTerms {
|
||||
1: required HoldLifetimeSelector lifetime
|
||||
/* Allow partial capture if this undefined, otherwise throw exception */
|
||||
2: optional PartialCaptureProvisionTerms partial_captures
|
||||
}
|
||||
|
||||
struct PartialCaptureProvisionTerms {}
|
||||
|
||||
struct PaymentRefundsProvisionTerms {
|
||||
1: required CashFlowSelector cash_flow
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user