Interface iGenerateGoogleWalletSuccessResponse

interface iGenerateGoogleWalletSuccessResponse {
    saveUrl: string;
}

Implemented by

Properties

Properties

saveUrl: string