// package: org.interledger.stream.proto // file: send_payment_response.proto /* tslint:disable */ /* eslint-disable */ import * as jspb from "google-protobuf"; export class SendPaymentResponse extends jspb.Message { getOriginalAmount(): number; setOriginalAmount(value: number): SendPaymentResponse; getAmountDelivered(): number; setAmountDelivered(value: number): SendPaymentResponse; getAmountSent(): number; setAmountSent(value: number): SendPaymentResponse; getSuccessfulPayment(): boolean; setSuccessfulPayment(value: boolean): SendPaymentResponse; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): SendPaymentResponse.AsObject; static toObject(includeInstance: boolean, msg: SendPaymentResponse): SendPaymentResponse.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: SendPaymentResponse, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): SendPaymentResponse; static deserializeBinaryFromReader(message: SendPaymentResponse, reader: jspb.BinaryReader): SendPaymentResponse; } export namespace SendPaymentResponse { export type AsObject = { originalAmount: number, amountDelivered: number, amountSent: number, successfulPayment: boolean, } }