export interface PaymentGetRequestParams {
    payment_id: string;
}
export interface PaymentGetResponse {
}
