/** * PaymentGetOptions will be used as parameter while acquiring payment information. */ export interface PaymentGetOptions { /** * Gets or sets unique payment ID. */ id: string; }