DC-115: Partial capture permit (#407)

This commit is contained in:
Артем 2019-02-22 11:05:25 +03:00 committed by GitHub
parent 93d3665e38
commit aab11dfa2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
/**