@payburner/payburner-payid-client-core
Version:
Models library for Core Payburner
10 lines • 333 B
TypeScript
import { Address } from "./Address";
import { SignedPayIDAddress } from "./SignedPayIDAddress";
export interface PaymentInformation {
addresses: Address[];
proofOfControlSignature?: string;
payId?: string;
memo?: string;
verifiedAddresses?: SignedPayIDAddress[];
}
//# sourceMappingURL=PaymentInformation.d.ts.map