UNPKG

@payburner/payburner-payid-client

Version:
10 lines (9 loc) 334 B
import { AddressDetailsType } from "../interfaces/AddressDetailsType"; import { PayIDNetworks } from "./PayIDNetworks"; import { PayIDHeader } from "./PayIDHeader"; export interface PayIDAddressType { header: PayIDHeader; addressDetailsType: AddressDetailsType; environment: string; network: PayIDNetworks; }