add receiver field to contract

This commit is contained in:
Florian Dold 2016-06-27 16:08:16 +02:00
parent 06d22e443e
commit d663b3768b

View File

@ -268,6 +268,9 @@ export class Contract {
@Checkable.Optional(Checkable.String)
repurchase_correlation_id: string;
@Checkable.Optional(Checkable.String)
receiver: string;
static checked: (obj: any) => Contract;
}