mirror of
https://github.com/valitydev/provider-disputes-proto.git
synced 2024-11-06 02:05:21 +00:00
use binary for source files
This commit is contained in:
parent
591cf9cb8e
commit
bcfcd0551c
@ -42,8 +42,10 @@ struct TransactionContext {
|
||||
4: optional ID paymentId
|
||||
}
|
||||
|
||||
union Attachment {
|
||||
1: Base64EncodedAttachment base64EncodedAttachment
|
||||
struct Attachment {
|
||||
1: required binary source
|
||||
2: optional MIMEType mimeType
|
||||
3: optional string name
|
||||
}
|
||||
|
||||
struct DisputeCreatedSuccessResult {
|
||||
@ -66,12 +68,6 @@ struct DisputeStatusFailResult {
|
||||
|
||||
struct Amount {
|
||||
1: required domain.Amount value
|
||||
2: required i16 exponent
|
||||
3: optional string currencyName
|
||||
}
|
||||
|
||||
struct Base64EncodedAttachment {
|
||||
1: required string base64EncodedSource
|
||||
2: optional MIMEType mimeType
|
||||
3: optional string name
|
||||
// ISO 4217
|
||||
3: optional string currency
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user