@payburner/payburner-payid-client-core
Version:
Models library for Core Payburner
12 lines • 683 B
TypeScript
import { Address } from "../interfaces/Address";
import { CryptoAddressDetails } from "../interfaces/CryptoAddressDetails";
import { AchAddressDetails } from "../interfaces/AchAddressDetails";
import { AddressDetailsType } from "../interfaces/AddressDetailsType";
export declare class ResolvedAddress implements Address {
constructor(addressDetails: CryptoAddressDetails | AchAddressDetails, addressDetailsType: AddressDetailsType, network: string, environment?: string);
addressDetailsType: AddressDetailsType;
addressDetails: CryptoAddressDetails | AchAddressDetails;
environment?: string;
paymentNetwork: string;
}
//# sourceMappingURL=ResolvedAddress.d.ts.map