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